Compartir a través de


Propiedad ManagedToNativeComInteropStubAttribute.MethodName

 

Publicado: noviembre de 2016

Obtiene el nombre del método de código auxiliar.

Espacio de nombres:   System.Runtime.InteropServices
Ensamblado:  mscorlib (en mscorlib.dll)

Sintaxis

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

Valor de propiedad

Type: System.String

El nombre de un código auxiliar de interoperabilidad personalizado.

Información de versión

.NET Framework
Disponible desde 4.0

Ver también

Clase ManagedToNativeComInteropStubAttribute
Espacio de nombres System.Runtime.InteropServices

Volver al principio