RuntimeMethodHandle.Value Propiedad

Definición

Obtiene el valor de esta instancia.

public:
 property IntPtr Value { IntPtr get(); };
public IntPtr Value { get; }
public IntPtr Value { [System.Security.SecurityCritical] get; }
member this.Value : nativeint
[<get: System.Security.SecurityCritical>]
member this.Value : nativeint
Public ReadOnly Property Value As IntPtr

Valor de propiedad

IntPtr

nativeint

RuntimeMethodHandle que es la representación interna de los metadatos de un método.

Atributos

Se aplica a