NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CallingConventions Enumeration

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.

Remarks

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.

Members

Member Name Description
Any [To be supplied.]
ExplicitThis [To be supplied.]
HasThis [To be supplied.]
Standard [To be supplied.]
VarArgs [To be supplied.]

Requirements

Namespace: System.Reflection

Assembly: mscorlib.dll

See Also

System.Reflection Namespace