C# Class JavaScriptEngineSwitcher.Core.Utilities.TypeExtensions

Type extensions
Afficher le fichier Open project: Taritsyn/JavaScriptEngineSwitcher

Méthodes publiques

Méthode 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 méthode

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
Résultat TypeCode

GetTypeInfo() public static méthode

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