This is the Assembly Loader. Assemblies are obtained by you configurated Assembly sources. Assemblies are copied to your WorkingFolder\bin directory. eg. C:\Users\Arthur\AppData\Local\dasz\Zetbox\Arthur's Configuration\Zetbox.Client.exe\bin.
Exemplo n.º 1
0
 public void Unload()
 {
     AssemblyLoader.Unload();
 }
Exemplo n.º 2
0
 public void Init(ZetboxConfig config)
 {
     AssemblyLoader.EnsureInitialisation(config);
 }