Goblin - A Platform for 3D AR and VR Applications

DynModule Class

Watches a module's source files and recompiles the module if they change.

For a list of all members of this type, see DynModule Members.

System.Object
   EnC.Watcher.FileWatcherCollection
      EnC.Watcher.DynModule

public class DynModule : FileWatcherCollection

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

Aspects described in AspectRules.xml are weaved into the source files according to the aspect rules. Changes made to any of the aspect source files or AspectRules.xml will also trigger reloading the aspects, reweaving, and recompiling.

Requirements

Namespace: EnC.Watcher

Assembly: Watcher (in Watcher.exe)

See Also

DynModule Members | EnC.Watcher Namespace