Constants that are used by the ConfigurationHook delegate during JVM configuration. Each value represents a specific stage during the loader configuration.
| Member Name | Description |
|---|---|
| XMOG_BEFORE_INITIALIZATION | Currently unused. |
| XMOG_AFTER_INITIALIZATION | Indicates that the JvmLoader instance has just been created and the application writer's code that configures the laoder instance has not yet run. |
| XMOG_BEFORE_LOADING | Indicates that JvmLoader.Load() is about to be called. |
| XMOG_AFTER_LOADING | Indicates that JvmLoader.Load() has been called. |
| XMOG_BEFORE | An alias for XMOG_BEFORE_INITIALIZATION. |
| XMOG_AFTER | An alias for XMOG_AFTER_INITIALIZATION. |
Namespace: Codemesh.JuggerNET
Assembly: netrt (in netrt.dll)