CallConvention Type
Indicates the calling convention.
Union cases
Union case | Description |
Full Usage:
Cdecl
|
|
Full Usage:
Clrcall
|
|
Full Usage:
Fastcall
|
|
Full Usage:
Free
|
|
Full Usage:
Pascal
|
|
Full Usage:
Stdcall
|
|
Full Usage:
Thiscall
|
|
Full Usage:
UnknownCallConvention
|
Instance members
Instance member | Description |
Full Usage:
this.IsCdecl
Returns: bool
|
|
Full Usage:
this.IsClrcall
Returns: bool
|
|
Full Usage:
this.IsFastcall
Returns: bool
|
|
Full Usage:
this.IsFree
Returns: bool
|
|
Full Usage:
this.IsPascal
Returns: bool
|
|
Full Usage:
this.IsStdcall
Returns: bool
|
|
Full Usage:
this.IsThiscall
Returns: bool
|
|
Full Usage:
this.IsUnknownCallConvention
Returns: bool
|
|