C# 클래스 XSpect.Yacq.Serialization.TypeRef

파일 보기 프로젝트 열기: takeshik/yacq 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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.

메소드 상세

Describe() 공개 메소드

Returns an object to describe this type reference.
public Describe ( ) : TypeDescriptor
리턴 TypeDescriptor

Deserialize() 공개 메소드

Dereferences this type reference.
public Deserialize ( ) : Type
리턴 System.Type

GetName() 공개 메소드

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

Serialize() 공개 정적인 메소드

Returns the type reference which refers specified type.
public static Serialize ( Type type ) : TypeRef
type System.Type The type to refer.
리턴 TypeRef

ToString() 공개 메소드

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

TypeRef() 공개 메소드

Initializes a new instance of the TypeRef class.
public TypeRef ( ) : System
리턴 System

TypeRef() 공개 메소드

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 .
리턴 System