Freigeben über


IDispatchImplAttribute-Konstruktor: (Int16)

 

Veröffentlicht: Oktober 2016

Initialisiert eine neue Instanz der IDispatchImplAttribute -Klasse mit angegebenen IDispatchImplType Wert.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (in mscorlib.dll)

Syntax

public IDispatchImplAttribute(
    short implType
)
public:
IDispatchImplAttribute(
    short implType
)
new : 
        implType:int16 -> IDispatchImplAttribute
Public Sub New (
    implType As Short
)

Parameter

Hinweise

Dieser Konstruktor nimmt eine zugrunde liegende 16-Bit-Ganzzahl mit Vorzeichen an, die jeweils IDispatchImplType -Enumerationsmember. Das Type Library Importer (TlbImp.exe) verwendet diesen Konstruktor, um zu vermeiden, dass eine Typeref auf den IDispatchImplType Wert value darstellt, und anschließend die Signatur mit diesem Token erstellt.

Versionsinformationen

.NET Framework
Verfügbar seit 1.1

Siehe auch

IDispatchImplAttribute Überladen
IDispatchImplAttribute-Klasse
System.Runtime.InteropServices-Namespace

Zurück zum Anfang