Share via


ConstructorInfoWrapper.GetMethodImplementationFlags Method

Gets the method implementation attributes.

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

Syntax

'Declaration
Public Overrides Function GetMethodImplementationFlags As MethodImplAttributes
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: MethodImplAttributes
Returns MethodImplAttributes.

Implements

_MethodBase.GetMethodImplementationFlags

.NET Framework Security

See Also

Reference

ConstructorInfoWrapper Class

Microsoft.VisualStudio.Shell.Design Namespace