C# Class Yodiwo.TypeCache

Afficher le fichier Open project: yodiwo/plegma

Méthodes publiques

Свойство Type Description
EntryAssemblies HashSetTS

Méthodes publiques

Méthode 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

Méthode Description
TypeCache ( ) : System

Method Details

AddEntryAssembly() public static méthode

public static AddEntryAssembly ( Type fromType ) : void
fromType System.Type
Résultat void

GetAllTypes() public static méthode

public static GetAllTypes ( ) : IEnumerable
Résultat IEnumerable

GetAssemblies() public static méthode

public static GetAssemblies ( ) : IEnumerable
Résultat IEnumerable

GetType() public static méthode

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

StripAssemblies() public static méthode

public static StripAssemblies ( string name, bool recersive = true ) : string
name string
recersive bool
Résultat string

Property Details

EntryAssemblies public_oe static_oe property

public static HashSetTS EntryAssemblies
Résultat HashSetTS