Freigeben über


ManagedToNativeComInteropStubAttribute.MethodName-Eigenschaft

 

Veröffentlicht: Oktober 2016

Ruft den Namen der Stub-Methode.

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

Syntax

public string MethodName { get; }
public:
property String^ MethodName {
    String^ get();
}
member MethodName : string with get
Public ReadOnly Property MethodName As String

Eigenschaftswert

Type: System.String

Der Name einer benutzerdefinierten Interop-Stub.

Versionsinformationen

.NET Framework
Verfügbar seit 4.0

Siehe auch

ManagedToNativeComInteropStubAttribute-Klasse
System.Runtime.InteropServices-Namespace

Zurück zum Anfang