C# Class XSpect.Yacq.Serialization.AssemblyRef

Afficher le fichier Open project: takeshik/yacq Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the AssemblyRef class.
public AssemblyRef ( ) : System
Résultat System

AssemblyRef() public méthode

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.
Résultat System

Describe() public méthode

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

Deserialize() public méthode

Dereferences this assembly reference.
public Deserialize ( ) : Assembly
Résultat System.Reflection.Assembly

GetName() public méthode

Returns the string value of this assembly reference.
public GetName ( ) : String
Résultat String

Serialize() public static méthode

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

ToString() public méthode

Returns a String that represents this instance.
public ToString ( ) : String
Résultat String