C# Class SharpTAL.Utils

Afficher le fichier Open project: lck/SharpTAL

Méthodes publiques

Méthode Description
ByteArrayToString ( byte arrInput ) : string
Char2Entity ( string chr ) : string
ComputeHash ( Type>.Dictionary globalsTypes ) : string
ComputeHash ( List assemblies ) : string
ComputeHash ( string source ) : string
GetExtensionMethodNamespaces ( Assembly assembly, List namespaces ) : void
GetFullTypeName ( Type type, string>.Dictionary names ) : string
GetGenericType ( Type type ) : Type
GetGenericTypeArguments ( Type type ) : List
ReadAssembly ( string asmPath ) : Assembly
ReadStream ( Stream stream ) : byte[]

Method Details

ByteArrayToString() public static méthode

public static ByteArrayToString ( byte arrInput ) : string
arrInput byte
Résultat string

Char2Entity() public static méthode

public static Char2Entity ( string chr ) : string
chr string
Résultat string

ComputeHash() public static méthode

public static ComputeHash ( Type>.Dictionary globalsTypes ) : string
globalsTypes Type>.Dictionary
Résultat string

ComputeHash() public static méthode

public static ComputeHash ( List assemblies ) : string
assemblies List
Résultat string

ComputeHash() public static méthode

public static ComputeHash ( string source ) : string
source string
Résultat string

GetExtensionMethodNamespaces() public static méthode

public static GetExtensionMethodNamespaces ( Assembly assembly, List namespaces ) : void
assembly System.Reflection.Assembly
namespaces List
Résultat void

GetFullTypeName() public static méthode

public static GetFullTypeName ( Type type, string>.Dictionary names ) : string
type System.Type
names string>.Dictionary
Résultat string

GetGenericType() public static méthode

public static GetGenericType ( Type type ) : Type
type System.Type
Résultat System.Type

GetGenericTypeArguments() public static méthode

public static GetGenericTypeArguments ( Type type ) : List
type System.Type
Résultat List

ReadAssembly() public static méthode

public static ReadAssembly ( string asmPath ) : Assembly
asmPath string
Résultat System.Reflection.Assembly

ReadStream() public static méthode

public static ReadStream ( Stream stream ) : byte[]
stream Stream
Résultat byte[]