Property | Type | Description |
---|
Method | Description | |
---|---|---|
Describe ( ) : TypeDescriptor |
Returns an object to describe this type reference.
|
|
Deserialize ( ) : |
Dereferences this type reference.
|
|
GetName ( ) : String |
Returns the string value of this assembly reference.
|
|
Serialize ( |
Returns the type reference which refers specified type.
|
|
ToString ( ) : String |
Returns a String that represents this instance.
|
|
TypeRef ( ) : System |
Initializes a new instance of the TypeRef class.
|
|
TypeRef ( AssemblyRef assembly, String name ) : System |
Initializes a new instance of the TypeRef class.
|
public static Serialize ( |
||
type | The type to refer. | |
return |
public TypeRef ( AssemblyRef assembly, String name ) : System | ||
assembly | AssemblyRef | The belonging assembly of this type reference, or |
name | String | The value of |
return | System |