ImportedFromCOM
attributeThe ImportedFromCOM
attribute is used to specify that a module was imported from a COM type library.
[AttributeUsage(AttributeTargets.Module)] public class ImportedFromCOMAttribute: System.Attribute { public ImportedFromCOMAttribute(string value) {…} public string Value { get {..} } }