Header menu logo F# Compiler Guide

ILArgConvention Type

Union cases

Union case Description

CDecl

Full Usage: CDecl

Default

Full Usage: Default

FastCall

Full Usage: FastCall

StdCall

Full Usage: StdCall

ThisCall

Full Usage: ThisCall

VarArg

Full Usage: VarArg

Instance members

Instance member Description

this.IsCDecl

Full Usage: this.IsCDecl

Returns: bool
Returns: bool

this.IsDefault

Full Usage: this.IsDefault

Returns: bool
Returns: bool

this.IsFastCall

Full Usage: this.IsFastCall

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.IsVarArg

Full Usage: this.IsVarArg

Returns: bool
Returns: bool

Type something to start searching.