ConstructorInfoWrapper.GetMethodBody Méthode

Définition

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

MethodBody

Retourne MethodBody.

S’applique à