System.Reflection.Emit.DynamicMethod.CallingConvention Property

Gets the calling convention specified when the dynamic method was created.

Syntax

public override System.Reflection.CallingConventions CallingConvention { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Currently, the calling convention for a dynamic method is always System.Reflection.CallingConventions.Standard.

Requirements

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