C# Class Yodiwo.TypeCache

Show file Open project: yodiwo/plegma

Public Properties

Property Type Description
EntryAssemblies HashSetTS

Public Methods

Method Description
AddEntryAssembly ( Type fromType ) : void
GetAllTypes ( ) : IEnumerable
GetAssemblies ( ) : IEnumerable
GetType ( string name, bool DeFriendlify = true ) : Type
StripAssemblies ( string name, bool recersive = true ) : string

Private Methods

Method Description
TypeCache ( ) : System

Method Details

AddEntryAssembly() public static method

public static AddEntryAssembly ( Type fromType ) : void
fromType System.Type
return void

GetAllTypes() public static method

public static GetAllTypes ( ) : IEnumerable
return IEnumerable

GetAssemblies() public static method

public static GetAssemblies ( ) : IEnumerable
return IEnumerable

GetType() public static method

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

StripAssemblies() public static method

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

Property Details

EntryAssemblies public static property

public static HashSetTS EntryAssemblies
return HashSetTS