ConstructorInfoWrapper.GetMethodBody Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient un objet MethodBody qui fournit l’accès au flux MSIL, aux variables locales et aux exceptions pour cette méthode.
public:
override System::Reflection::MethodBody ^ GetMethodBody();
public override System.Reflection.MethodBody GetMethodBody ();
override this.GetMethodBody : unit -> System.Reflection.MethodBody
Public Overrides Function GetMethodBody () As MethodBody
Retours
Retourne MethodBody.