C# Class Zetbox.ConfigEditor.ModulesCache

Show file Open project: daszat/zetbox

Public Methods

Method Description
Contains ( string typeName ) : bool
this ( string typeName ) : ModuleDescriptor

Private Methods

Method Description
EnsureCache ( ) : void
FileToCacheKey ( string file ) : string
LoadAssembly ( string file ) : void
ModulesCache ( ) : System

Method Details

Contains() public method

public Contains ( string typeName ) : bool
typeName string
return bool

this() public method

public this ( string typeName ) : ModuleDescriptor
typeName string
return Zetbox.API.Utils.ModuleDescriptor