ILTypeSpec Type
Type specs and types.
Instance members
Instance member |
Description
|
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.
|
|
The type instantiation if the type is generic, otherwise empty
|
Full Usage:
this.Name
Returns: string
|
The name of the type. This also contains the namespace if Enclosing is empty.
|
|
Where is the type, i.e. is it in this module, in another module in this assembly or in another assembly?
|
|
Which type is being referred to?
|
Static members
Static member |
Description
|
Full Usage:
ILTypeSpec.Create(typeRef, instantiation)
Parameters:
ILTypeRef
instantiation : ILGenericArgs
Returns: ILTypeSpec
|