TypeLibImportClassAttribute(Type) Constructor

Definition

Initializes a new instance of the TypeLibImportClassAttribute class specifying the Type that exclusively uses an interface.

public:
 TypeLibImportClassAttribute(Type ^ importClass);
public TypeLibImportClassAttribute (Type importClass);
new System.Runtime.InteropServices.TypeLibImportClassAttribute : Type -> System.Runtime.InteropServices.TypeLibImportClassAttribute
Public Sub New (importClass As Type)

Parameters

importClass
Type

The Type object that exclusively uses an interface.

Remarks

Apply the TypeLibImportClassAttribute attribute to a managed interface to specify the Type object that exclusively uses the interface.

Applies to