NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ImportedFromTypeLibAttribute Class

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

Remarks

Can be used to attribute assemblies.

Requirements

Namespace: System.Runtime.InteropServices

Assembly: mscorlib.dll

See Also

ImportedFromTypeLibAttribute Members | System.Runtime.InteropServices Namespace