DynamicMethod.GetBaseDefinition Metodo
Definizione
Restituisce l'implementazione di base per il metodo.Returns the base implementation for the method.
public:
override System::Reflection::MethodInfo ^ GetBaseDefinition();
public override System.Reflection.MethodInfo GetBaseDefinition ();
override this.GetBaseDefinition : unit -> System.Reflection.MethodInfo
Public Overrides Function GetBaseDefinition () As MethodInfo
Restituisce
Implementazione di base del metodo.The base implementation of the method.
Commenti
Questo metodo restituisce sempre l' DynamicMethod
oggetto corrente.This method always returns the current DynamicMethod
object.