C# Class XSpect.Yacq.Serialization.TypeRef

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Describe ( ) : TypeDescriptor

Returns an object to describe this type reference.

Deserialize ( ) : Type

Dereferences this type reference.

GetName ( ) : String

Returns the string value of this assembly reference.

Serialize ( Type type ) : TypeRef

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.

Method Details

Describe() public méthode

Returns an object to describe this type reference.
public Describe ( ) : TypeDescriptor
Résultat TypeDescriptor

Deserialize() public méthode

Dereferences this type reference.
public Deserialize ( ) : Type
Résultat System.Type

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 type reference which refers specified type.
public static Serialize ( Type type ) : TypeRef
type System.Type The type to refer.
Résultat TypeRef

ToString() public méthode

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

TypeRef() public méthode

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

TypeRef() public méthode

Initializes a new instance of the TypeRef class.
public TypeRef ( AssemblyRef assembly, String name ) : System
assembly AssemblyRef The belonging assembly of this type reference, or null if it is mscorlib.
name String The value of , or null if referring type is .
Résultat System