ConstructorInfoWrapper.GetMethodBody Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.