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