ConstructorInfoWrapper::GetMethodBody Method ()

 

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

Namespace:   Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

public:
virtual MethodBody^ GetMethodBody() override

Return Value

Type: System.Reflection::MethodBody^

Returns MethodBody.

Return to top
Show: