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!

ConstructorBuilder.SetImplementationFlags

Sets the method implementation flags for this constructor.

[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 method implementation flags.

See Also

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