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
'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: System.Reflection.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.