Defines the valid calling conventions for an enumeration.
[Visual Basic] Public Enum CallingConventions [C#] public enum CallingConventions [C++] public enum CallingConventions
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
The "native calling convention" is the set of rules governing the order and layout of arguments passed to compiled methods. It also governs how the return value is passed, what registers are used for arguments and who cleans up the stack.
Member Name | Description |
---|---|
Any | [To be supplied.] |
ExplicitThis | [To be supplied.] |
HasThis | [To be supplied.] |
Standard | [To be supplied.] |
VarArgs | [To be supplied.] |
Namespace: System.Reflection
Assembly: mscorlib.dll