C# 클래스 Yodiwo.TypeCache

파일 보기 프로젝트 열기: yodiwo/plegma

공개 프로퍼티들

프로퍼티 타입 설명
EntryAssemblies HashSetTS

공개 메소드들

메소드 설명
AddEntryAssembly ( Type fromType ) : void
GetAllTypes ( ) : IEnumerable
GetAssemblies ( ) : IEnumerable
GetType ( string name, bool DeFriendlify = true ) : Type
StripAssemblies ( string name, bool recersive = true ) : string

비공개 메소드들

메소드 설명
TypeCache ( ) : System

메소드 상세

AddEntryAssembly() 공개 정적인 메소드

public static AddEntryAssembly ( Type fromType ) : void
fromType System.Type
리턴 void

GetAllTypes() 공개 정적인 메소드

public static GetAllTypes ( ) : IEnumerable
리턴 IEnumerable

GetAssemblies() 공개 정적인 메소드

public static GetAssemblies ( ) : IEnumerable
리턴 IEnumerable

GetType() 공개 정적인 메소드

public static GetType ( string name, bool DeFriendlify = true ) : Type
name string
DeFriendlify bool
리턴 System.Type

StripAssemblies() 공개 정적인 메소드

public static StripAssemblies ( string name, bool recersive = true ) : string
name string
recersive bool
리턴 string

프로퍼티 상세

EntryAssemblies 공개적으로 정적으로 프로퍼티

public static HashSetTS EntryAssemblies
리턴 HashSetTS