C# Class Zetbox.ConfigEditor.ModulesCache

Afficher le fichier Open project: daszat/zetbox

Méthodes publiques

Méthode Description
Contains ( string typeName ) : bool
this ( string typeName ) : ModuleDescriptor

Private Methods

Méthode Description
EnsureCache ( ) : void
FileToCacheKey ( string file ) : string
LoadAssembly ( string file ) : void
ModulesCache ( ) : System

Method Details

Contains() public méthode

public Contains ( string typeName ) : bool
typeName string
Résultat bool

this() public méthode

public this ( string typeName ) : ModuleDescriptor
typeName string
Résultat Zetbox.API.Utils.ModuleDescriptor