Returns the implementation flags for the method.
[Visual Basic] Overrides Public Function GetMethodImplementationFlags() As _ MethodImplAttributes [C#] public override MethodImplAttributes GetMethodImplementationFlags(); [C++] public: override MethodImplAttributes GetMethodImplementationFlags(); [JScript] public override function GetMethodImplementationFlags() : MethodImplAttributes;
Returns the implementation flags for the method.
GetMethodImplementationFlags is a synonym for GetImplementationFlags.
MethodBuilder Class | MethodBuilder Members | System.Reflection.Emit Namespace