class ComVisibleAttribute
in global :: System . Runtime . InteropServices
Controls accessibility of an individual managed type or member, or of all types within an assembly, to COM.
public bool Value { get; }
Gets a value that indicates whether the COM type is visible.
- Returns if the type is visible; otherwise, . The default value is .
public object TypeId { get; }
😔 No documentation found.