Goblin - A Platform for 3D AR and VR Applications

EnCSocketServer.ModuleUpdatedCallback Method 

This is called by DynClass when a module has been updated. We need to send the module info to the Profiler.

public void ModuleUpdatedCallback(
   uint moduleID,
   string tmpModulePath
);

Parameters

moduleID
ModuleID that's been updated. Must be the same as the one we received from the Profiler.
tmpModulePath
Temporary path to the compiled executable.

See Also

EnCSocketServer Class | EnC.Watcher Namespace