CallConvCdecl Class
Indicates that the Cdecl calling convention should be used for a method.
For a list of all members of this type, see CallConvCdecl Members.
System.Object
System.Runtime.CompilerServices.CallConvCdecl
[Visual Basic] Public Class CallConvCdecl [C#] public class CallConvCdecl [C++] public __gc class CallConvCdecl [JScript] public class CallConvCdecl
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
The caller cleans the stack. This enables calling functions with varargs.
This class is only used as a custom modifier of the metadata signature of a method.
The classes in System.Runtime.CompilerServices are for compiler writers use only.
Requirements
Namespace: System.Runtime.CompilerServices
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: Mscorlib (in Mscorlib.dll)
See Also
CallConvCdecl Members | System.Runtime.CompilerServices Namespace