Freigeben über


ManagedToNativeComInteropStubAttribute.ClassType-Eigenschaft

 

Veröffentlicht: Oktober 2016

Ruft die Klasse, die die erforderliche Stub-Methode enthält.

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

Syntax

public Type ClassType { get; }
public:
property Type^ ClassType {
    Type^ get();
}
member ClassType : Type with get
Public ReadOnly Property ClassType As Type

Eigenschaftswert

Type: System.Type

Die Klasse, die den benutzerdefinierten Interop-Stub enthält.

Versionsinformationen

.NET Framework
Verfügbar seit 4.0

Siehe auch

ManagedToNativeComInteropStubAttribute-Klasse
System.Runtime.InteropServices-Namespace

Zurück zum Anfang