C# 클래스 SharpTAL.Utils

파일 보기 프로젝트 열기: lck/SharpTAL

공개 메소드들

메소드 설명
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[]

메소드 상세

ByteArrayToString() 공개 정적인 메소드

public static ByteArrayToString ( byte arrInput ) : string
arrInput byte
리턴 string

Char2Entity() 공개 정적인 메소드

public static Char2Entity ( string chr ) : string
chr string
리턴 string

ComputeHash() 공개 정적인 메소드

public static ComputeHash ( Type>.Dictionary globalsTypes ) : string
globalsTypes Type>.Dictionary
리턴 string

ComputeHash() 공개 정적인 메소드

public static ComputeHash ( List assemblies ) : string
assemblies List
리턴 string

ComputeHash() 공개 정적인 메소드

public static ComputeHash ( string source ) : string
source string
리턴 string

GetExtensionMethodNamespaces() 공개 정적인 메소드

public static GetExtensionMethodNamespaces ( Assembly assembly, List namespaces ) : void
assembly System.Reflection.Assembly
namespaces List
리턴 void

GetFullTypeName() 공개 정적인 메소드

public static GetFullTypeName ( Type type, string>.Dictionary names ) : string
type System.Type
names string>.Dictionary
리턴 string

GetGenericType() 공개 정적인 메소드

public static GetGenericType ( Type type ) : Type
type System.Type
리턴 System.Type

GetGenericTypeArguments() 공개 정적인 메소드

public static GetGenericTypeArguments ( Type type ) : List
type System.Type
리턴 List

ReadAssembly() 공개 정적인 메소드

public static ReadAssembly ( string asmPath ) : Assembly
asmPath string
리턴 System.Reflection.Assembly

ReadStream() 공개 정적인 메소드

public static ReadStream ( Stream stream ) : byte[]
stream Stream
리턴 byte[]