TypeLibTypeAttribute Constructors

Definition

Initializes a new instance of the TypeLibTypeAttribute class.

Overloads

TypeLibTypeAttribute(Int16)

Initializes a new instance of the TypeLibTypeAttribute class with the specified TypeLibTypeFlags value.

TypeLibTypeAttribute(TypeLibTypeFlags)

Initializes a new instance of the TypeLibTypeAttribute class with the specified TypeLibTypeFlags value.

TypeLibTypeAttribute(Int16)

Initializes a new instance of the TypeLibTypeAttribute class with the specified TypeLibTypeFlags value.

public:
 TypeLibTypeAttribute(short flags);
public TypeLibTypeAttribute (short flags);
new System.Runtime.InteropServices.TypeLibTypeAttribute : int16 -> System.Runtime.InteropServices.TypeLibTypeAttribute
Public Sub New (flags As Short)

Parameters

flags
Int16

The TypeLibTypeFlags value for the attributed type as found in the type library it was imported from.

Applies to

TypeLibTypeAttribute(TypeLibTypeFlags)

Initializes a new instance of the TypeLibTypeAttribute class with the specified TypeLibTypeFlags value.

public:
 TypeLibTypeAttribute(System::Runtime::InteropServices::TypeLibTypeFlags flags);
public TypeLibTypeAttribute (System.Runtime.InteropServices.TypeLibTypeFlags flags);
new System.Runtime.InteropServices.TypeLibTypeAttribute : System.Runtime.InteropServices.TypeLibTypeFlags -> System.Runtime.InteropServices.TypeLibTypeAttribute
Public Sub New (flags As TypeLibTypeFlags)

Parameters

flags
TypeLibTypeFlags

The TypeLibTypeFlags value for the attributed type as found in the type library it was imported from.

See also

Applies to