ILThisConvention Type
Union cases
Union case |
Description
|
Full Usage:
Instance
|
accepts an implicit 'this' pointer |
Full Usage:
InstanceExplicit
|
accepts an explicit 'this' pointer |
Full Usage:
Static
|
no 'this' pointer is passed |
Instance members
Instance member |
Description
|
Full Usage:
this.IsInstance
Returns: bool
|
|
Full Usage:
this.IsInstanceExplicit
Returns: bool
|
|
Full Usage:
this.IsStatic
Returns: bool
|
|