ConstructorInfoWrapper.GetMethodBody Method

This member overrides MethodBase.GetMethodBody().

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

Syntax

‘선언
Public Overrides Function GetMethodBody As MethodBody
‘사용 방법
Dim instance As ConstructorInfoWrapper
Dim returnValue As MethodBody

returnValue = instance.GetMethodBody()
public override MethodBody GetMethodBody()
public:
virtual MethodBody^ GetMethodBody() override
abstract GetMethodBody : unit -> MethodBody 
override GetMethodBody : unit -> MethodBody 
public override function GetMethodBody() : MethodBody

Return Value

Type: System.Reflection.MethodBody

.NET Framework Security

See Also

Reference

ConstructorInfoWrapper Class

ConstructorInfoWrapper Members

Microsoft.VisualStudio.Shell.Design Namespace