mscorlib(4.0.0.0) API with additions
CallingConvention.cs
2 {
5  [ComVisible(true)]
6  [__DynamicallyInvokable]
7  public enum CallingConvention
8  {
10  [__DynamicallyInvokable]
11  Winapi = 1,
13  [__DynamicallyInvokable]
14  Cdecl,
16  [__DynamicallyInvokable]
17  StdCall,
19  [__DynamicallyInvokable]
20  ThisCall,
22  FastCall
23  }
24 }
The caller cleans the stack. This enables calling functions with varargs, which makes it appropriate ...
CallingConvention
Specifies the calling convention required to call methods implemented in unmanaged code.
Specifies that the class can be serialized.
This member is not actually a calling convention, but instead uses the default platform calling conve...