C# Class Zazzles.Modules.Hotload

Mostrar archivo Open project: FOGProject/zazzles

Public Methods

Method Description
Load ( string path ) : bool
LoadFolder ( string path ) : void
Unload ( string path ) : void
UnloadAll ( ) : void

Private Methods

Method Description
Hotload ( ) : System

Method Details

Load() public static method

public static Load ( string path ) : bool
path string
return bool

LoadFolder() public static method

public static LoadFolder ( string path ) : void
path string
return void

Unload() public static method

public static Unload ( string path ) : void
path string
return void

UnloadAll() public static method

public static UnloadAll ( ) : void
return void