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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.