DynamicMethod.CallingConvention Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the calling convention specified when the dynamic method was created.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Reflection.CallingConventionsOne of the CallingConventions values that indicates the calling convention of the method.
The following code example displays the calling convention of a dynamic method. This code example is part of a larger example provided for the DynamicMethod class.
Show: