C# Класс MsieJavaScriptEngine.Utilities.TypeExtensions

Type extensions
Показать файл Открыть проект

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

Метод Описание
GetTypeCode ( this source ) : TypeCode

Gets a underlying type code of the specified Type

GetTypeInfo ( this source ) : TypeInfo

Returns the TypeInfo representation of the specified type

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

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

Gets a underlying type code of the specified Type
public static GetTypeCode ( this source ) : TypeCode
source this The type whose underlying type code to get
Результат TypeCode

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

Returns the TypeInfo representation of the specified type
public static GetTypeInfo ( this source ) : TypeInfo
source this The type to convert
Результат TypeInfo