C# Class XSpect.Yacq.Serialization.AssemblyRef

Mostrar archivo Open project: takeshik/yacq Class Usage Examples

Private Properties

Property Type Description

Public Methods

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 ( ) : AssemblyName

Returns an object to describe this assembly reference.

Deserialize ( ) : Assembly

Dereferences this assembly reference.

GetName ( ) : String

Returns the string value of this assembly reference.

Serialize ( Assembly assembly ) : AssemblyRef

Returns the assembly reference which refers specified assembly.

ToString ( ) : String

Returns a String that represents this instance.

Method Details

AssemblyRef() public method

Initializes a new instance of the AssemblyRef class.
public AssemblyRef ( ) : System
return System

AssemblyRef() public method

Initializes a new instance of the AssemblyRef class.
public AssemblyRef ( String name ) : System
name String The value of , or simple name if referring assembly is wellknown, or null for mscorlib.
return System

Describe() public method

Returns an object to describe this assembly reference.
public Describe ( ) : AssemblyName
return System.Reflection.AssemblyName

Deserialize() public method

Dereferences this assembly reference.
public Deserialize ( ) : Assembly
return System.Reflection.Assembly

GetName() public method

Returns the string value of this assembly reference.
public GetName ( ) : String
return String

Serialize() public static method

Returns the assembly reference which refers specified assembly.
public static Serialize ( Assembly assembly ) : AssemblyRef
assembly System.Reflection.Assembly The assembly to refer.
return AssemblyRef

ToString() public method

Returns a String that represents this instance.
public ToString ( ) : String
return String