ILTypeRef Type
Type refs, i.e. references to types in some .NET assembly
Instance members
Instance member |
Description
|
Full Usage:
this.BasicQualifiedName
Returns: string
|
The name of the type in the assembly using the '+' notation for nested types.
|
Full Usage:
this.Enclosing
Returns: string list
|
The list of enclosing type names for a nested type. If non-nil then the first of these also contains the namespace.
|
|
|
Full Usage:
this.FullName
Returns: string
|
The name of the type in the assembly using the '.' notation for nested types.
|
Full Usage:
this.Name
Returns: string
|
The name of the type. This also contains the namespace if Enclosing is empty.
|
Full Usage:
this.QualifiedName
Returns: string
|
|
|
Where is the type, i.e. is it in this module, in another module in this assembly or in another assembly?
|
Static members
Static member |
Description
|
Full Usage:
ILTypeRef.Create(scope, enclosing, name)
Parameters:
ILScopeRef
enclosing : string list
name : string
Returns: ILTypeRef
|