CallConvStdcall Class
Indicates that the StdCall calling convention should be used for a method.
For a list of all members of this type, see CallConvStdcall Members.
System.Object
System.Runtime.CompilerServices.CallConvStdcall
[Visual Basic] Public Class CallConvStdcall [C#] public class CallConvStdcall [C++] public __gc class CallConvStdcall [JScript] public class CallConvStdcall
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 callee cleans the stack. This is the default convention for calling unmanaged functions from managed code.
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
CallConvStdcall Members | System.Runtime.CompilerServices Namespace