Method | Description | |
---|---|---|
ByteArrayToString ( byte arrInput ) : string | ||
Char2Entity ( string chr ) : string | ||
ComputeHash ( Type>.Dictionary |
||
ComputeHash ( List |
||
ComputeHash ( string source ) : string | ||
GetExtensionMethodNamespaces ( |
||
GetFullTypeName ( |
||
GetGenericType ( |
||
GetGenericTypeArguments ( |
||
ReadAssembly ( string asmPath ) : |
||
ReadStream ( Stream stream ) : byte[] |
public static ByteArrayToString ( byte arrInput ) : string | ||
arrInput | byte | |
return | string |
public static Char2Entity ( string chr ) : string | ||
chr | string | |
return | string |
public static ComputeHash ( Type>.Dictionary |
||
globalsTypes | Type>.Dictionary | |
return | string |
public static ComputeHash ( List |
||
assemblies | List |
|
return | string |
public static ComputeHash ( string source ) : string | ||
source | string | |
return | string |
public static GetExtensionMethodNamespaces ( |
||
assembly | ||
namespaces | List |
|
return | void |
public static GetFullTypeName ( |
||
type | ||
names | string>.Dictionary | |
return | string |
public static GetGenericType ( |
||
type | ||
return |
public static GetGenericTypeArguments ( |
||
type | ||
return | List |
public static ReadAssembly ( string asmPath ) : |
||
asmPath | string | |
return |
public static ReadStream ( Stream stream ) : byte[] | ||
stream | Stream | |
return | byte[] |