RemoteCallHelper.CallConv ​
Represents the calling convention of a function.
Kind: Enum
Namespace: ConnectorLib.Inject
Inheritance: IComparable → IConvertible → IFormattable → ISpanFormattable
Public Attributes
CallConv
cdecl
CallConv
stdcall
CallConv
thiscall
CallConv
fastcall
Enums
RemoteCallHelper.CallConv
[cdecl = 0, stdcall = 1, thiscall = 2, fastcall = 3]Represents the calling convention of a function.
