C# Класс XSpect.Yacq.Serialization.TypeRef.TypeDescriptor

Provides information of TypeRef object.
Показать файл Открыть проект Примеры использования класса

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

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

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

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

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

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

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

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

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