C# Class MsieJavaScriptEngine.Utilities.TypeExtensions

Type extensions
Mostrar archivo Open project: Taritsyn/MsieJavaScriptEngine

Public Methods

Method Description
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

Method Details

GetTypeCode() public static method

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
return TypeCode

GetTypeInfo() public static method

Returns the TypeInfo representation of the specified type
public static GetTypeInfo ( this source ) : TypeInfo
source this The type to convert
return TypeInfo