System.Reflection.Emit.ConstructorBuilder.SetImplementationFlags Method

Sets the method implementation flags for this constructor.

Syntax

public void SetImplementationFlags (System.Reflection.MethodImplAttributes attributes)

Parameters

attributes
The method implementation flags.

Remarks

The following code sample illustrates the use of SetImplementationFlags.

code reference: ConstructorBuilder_SetImplementationFlags#1

Requirements

Namespace: System.Reflection.Emit
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0