TypeLibType
attributeThe TypeLibType
attribute is used to specify typelib flags, for interoperability with COM.
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Interface)] public class TypeLibTypeAttribute: System.Attribute { public TypeLibTypeAttribute(short value) {…} public short Value { get {…} } }