ConstructorInfoWrapper.GetMethodImplementationFlags Method

This member overrides MethodBase.GetMethodImplementationFlags().

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

Syntax

‘선언
Public Overrides Function GetMethodImplementationFlags As MethodImplAttributes
‘사용 방법
Dim instance As ConstructorInfoWrapper
Dim returnValue As MethodImplAttributes

returnValue = instance.GetMethodImplementationFlags()
public override MethodImplAttributes GetMethodImplementationFlags()
public:
virtual MethodImplAttributes GetMethodImplementationFlags() override
abstract GetMethodImplementationFlags : unit -> MethodImplAttributes 
override GetMethodImplementationFlags : unit -> MethodImplAttributes 
public override function GetMethodImplementationFlags() : MethodImplAttributes

Return Value

Type: System.Reflection.MethodImplAttributes

Implements

_MethodBase.GetMethodImplementationFlags()

.NET Framework Security

See Also

Reference

ConstructorInfoWrapper Class

ConstructorInfoWrapper Members

Microsoft.VisualStudio.Shell.Design Namespace