Header menu logo B2R2

CallConvention Type

Indicates the calling convention.

Union cases

Union case Description

Cdecl

Full Usage: Cdecl

Clrcall

Full Usage: Clrcall

Fastcall

Full Usage: Fastcall

Free

Full Usage: Free

Pascal

Full Usage: Pascal

Stdcall

Full Usage: Stdcall

Thiscall

Full Usage: Thiscall

UnknownCallConvention

Full Usage: UnknownCallConvention

Instance members

Instance member Description

this.IsCdecl

Full Usage: this.IsCdecl

Returns: bool
Returns: bool

this.IsClrcall

Full Usage: this.IsClrcall

Returns: bool
Returns: bool

this.IsFastcall

Full Usage: this.IsFastcall

Returns: bool
Returns: bool

this.IsFree

Full Usage: this.IsFree

Returns: bool
Returns: bool

this.IsPascal

Full Usage: this.IsPascal

Returns: bool
Returns: bool

this.IsStdcall

Full Usage: this.IsStdcall

Returns: bool
Returns: bool

this.IsThiscall

Full Usage: this.IsThiscall

Returns: bool
Returns: bool

this.IsUnknownCallConvention

Full Usage: this.IsUnknownCallConvention

Returns: bool
Returns: bool

Type something to start searching.