MethodBuilder.MethodHandle Propriedade
Definição
Recupera o identificador interno para o método.Retrieves the internal handle for the method. Use esse identificador para acessar o identificador de metadados subjacente.Use this handle to access the underlying metadata handle.
public:
virtual property RuntimeMethodHandle MethodHandle { RuntimeMethodHandle get(); };
public override RuntimeMethodHandle MethodHandle { get; }
member this.MethodHandle : RuntimeMethodHandle
Public Overrides ReadOnly Property MethodHandle As RuntimeMethodHandle
Valor da propriedade
Somente leitura.Read-only. O identificador interno do método.The internal handle for the method. Use esse identificador para acessar o identificador de metadados subjacente.Use this handle to access the underlying metadata handle.
Exceções
Não há suporte para este método atualmente.This method is not currently supported. Recupere o método usando GetMethod(String, BindingFlags, Binder, CallingConventions, Type[], ParameterModifier[]) e chame MethodHandle no MethodInfo retornado.Retrieve the method using GetMethod(String, BindingFlags, Binder, CallingConventions, Type[], ParameterModifier[]) and call MethodHandle on the returned MethodInfo.