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