NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MethodBuilder.SetImplementationFlags

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
);

Parameters

attributes
The implementation flags to set.

Exceptions

Exception Type Condition
InvalidOperationException if the containing type was previously created using CreateType

See Also

MethodBuilder Class | MethodBuilder Members | System.Reflection.Emit Namespace