Compartilhar via


Propriedade ManagedToNativeComInteropStubAttribute.MethodName

 

Obtém o nome do método stub.

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

Sintaxe

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

Valor da Propriedade

Type: System.String

O nome de um stub de interoperabilidade personalizado.

Informações de Versão

.NET Framework
Disponível desde 4.0

Confira Também

Classe ManagedToNativeComInteropStubAttribute
Namespace System.Runtime.InteropServices

Retornar ao início