![]() |
Creates a dynamic module. Must call init() or readFromSocket() to initialize. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Gets the Type of the current instance. |
![]() | Initializes the dynamic module. |
![]() | Reads initialization data from TCP/IP message sent from Patcher. |
![]() | Registers a file to be watched. |
![]() | Sets the callback used to notify when a module has been recompiled. |
![]() | Returns a String that represents the current Object. |
![]() | Unregisters a file so its not watched anymore. |
![]() | Weaves aspects into the module source code and then compiles the weaved module. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |
![]() | Internal callback called by MyFileWatcher when a file is changed. |
DynModule Class | EnC.Watcher Namespace