C# Класс XSpect.Yacq.Serialization.AssemblyRef

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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.

Описание методов

AssemblyRef() публичный Метод

Initializes a new instance of the AssemblyRef class.
public AssemblyRef ( ) : System
Результат System

AssemblyRef() публичный Метод

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.
Результат System

Describe() публичный Метод

Returns an object to describe this assembly reference.
public Describe ( ) : AssemblyName
Результат System.Reflection.AssemblyName

Deserialize() публичный Метод

Dereferences this assembly reference.
public Deserialize ( ) : Assembly
Результат System.Reflection.Assembly

GetName() публичный Метод

Returns the string value of this assembly reference.
public GetName ( ) : String
Результат String

Serialize() публичный статический Метод

Returns the assembly reference which refers specified assembly.
public static Serialize ( Assembly assembly ) : AssemblyRef
assembly System.Reflection.Assembly The assembly to refer.
Результат AssemblyRef

ToString() публичный Метод

Returns a String that represents this instance.
public ToString ( ) : String
Результат String