Custom attribute to specify that a module is imported from a COM type library.
This attribute indicates that the module was originally imported from a COM type library. The primary use of the attribute is to ensure that the module is not subsequently re-exported to COM thereby causing duplicate type definitions. This should not be confused with the ComImportAttribute, which is used on a type to indicate that the individual type is implemented in COM.
Object
Attribute
ImportedFromTypeLibAttribute
[Visual Basic] Public Class ImportedFromTypeLibAttribute Inherits Attribute [C#] public class ImportedFromTypeLibAttribute : Attribute [C++] public __gc class ImportedFromTypeLibAttribute : public Attribute [JScript] public class ImportedFromTypeLibAttribute extends Attribute
Can be used to attribute assemblies.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib.dll
ImportedFromTypeLibAttribute Members | System.Runtime.InteropServices Namespace