ConstructorInfoWrapper.GetMethodBody Method

Definition

Gets a MethodBody object that provides access to the MSIL stream, local variables, and exceptions for this method.

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

Returns

Returns MethodBody.

Applies to