Sets the implementation flags for this method.
[Visual Basic] Public Sub SetImplementationFlags( _ ByVal attributes As MethodImplAttributes _ ) [C#] public void SetImplementationFlags( MethodImplAttributes attributes ); [C++] public: void SetImplementationFlags( MethodImplAttributes attributes ); [JScript] public function SetImplementationFlags( attributes : MethodImplAttributes );
Exception Type | Condition |
---|---|
InvalidOperationException | if the containing type was previously created using CreateType |
MethodBuilder Class | MethodBuilder Members | System.Reflection.Emit Namespace