C# Class XSpect.Yacq.Serialization.TypeRef.TypeDescriptor

Provides information of TypeRef object.
Show file Open project: takeshik/yacq Class Usage Examples

Public Methods

Method Description
ToString ( ) : String

Returns a String that represents this instance.

TypeDescriptor ( ) : System

Initializes a new instance of the TypeDescriptor class.

TypeDescriptor ( TypeName name, TypeDescriptor typeArguments = null, String suffixes = null, AssemblyName assembly = null ) : System

Initializes a new instance of the TypeDescriptor class.

Method Details

ToString() public method

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

TypeDescriptor() public method

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

TypeDescriptor() public method

Initializes a new instance of the TypeDescriptor class.
public TypeDescriptor ( TypeName name, TypeDescriptor typeArguments = null, String suffixes = null, AssemblyName assembly = null ) : System
name TypeName The name of the type.
typeArguments TypeDescriptor The generic type arguments of the type.
suffixes String The array of type suffixes (array, reference, pointer).
assembly System.Reflection.AssemblyName The assembly which the type belongs.
return System