ILType Type
Union cases
Union case |
Description
|
|
Array types
|
|
Reference types. Also may be used for parents of members even if for members in value types.
|
|
Managed pointers.
|
|
ILCode pointers.
|
|
Unmanaged pointers. Nb. the type is used by tools and for binding only, not by the verifier.
|
Full Usage:
TypeVar uint16
Parameters:
uint16
|
Reference a generic arg.
|
|
Unboxed types, including builtin types.
|
Full Usage:
Void
|
Used only in return and pointer types. |
Instance members
Instance member |
Description
|
Full Usage:
this.BasicQualifiedName
Returns: string
|
|
|
|
Full Usage:
this.IsArray
Returns: bool
|
|
Full Usage:
this.IsBoxed
Returns: bool
|
|
Full Usage:
this.IsByref
Returns: bool
|
|
Full Usage:
this.IsFunctionPointer
Returns: bool
|
|
Full Usage:
this.IsModified
Returns: bool
|
|
Full Usage:
this.IsNominal
Returns: bool
|
|
Full Usage:
this.IsPtr
Returns: bool
|
|
Full Usage:
this.IsTypeVar
Returns: bool
|
|
Full Usage:
this.IsTyvar
Returns: bool
|
|
Full Usage:
this.IsValue
Returns: bool
|
|
Full Usage:
this.IsVoid
Returns: bool
|
|
Full Usage:
this.QualifiedName
Returns: string
|
|
|
|
|
|