C# Class Zazzles.Modules.Hotload

Afficher le fichier Open project: FOGProject/zazzles

Méthodes publiques

Méthode Description
Load ( string path ) : bool
LoadFolder ( string path ) : void
Unload ( string path ) : void
UnloadAll ( ) : void

Private Methods

Méthode Description
Hotload ( ) : System

Method Details

Load() public static méthode

public static Load ( string path ) : bool
path string
Résultat bool

LoadFolder() public static méthode

public static LoadFolder ( string path ) : void
path string
Résultat void

Unload() public static méthode

public static Unload ( string path ) : void
path string
Résultat void

UnloadAll() public static méthode

public static UnloadAll ( ) : void
Résultat void