Represents a type reference.
- Inheritance:
- object object
- Implements:
-
IType
Reference IReflectionDefinition
Constructors
TypeReference(string, string)
Initializes a new instance of the TypeReference
class.
Parameter | Type | Description |
---|---|---|
modulePath | string | The path to the declaring module. |
typeName | string | The type name. |
Properties
DeclaringModule
Gets the reference to the module in which the type is declared.
Property Value
- IModule
Reference : The reference to the module in which the type is declared.
Name
Gets the references's name.
Property Value
- string:
The references's name.
Methods
ToString()
Returns a String
that represents the current Object
.
Returns
- string:
A
String
that represents the currentObject
.