RuntimeState.AppModule Property | |
The System.Reflection.Module for the main application.
Namespace:
XSharp
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.21
Syntax STATIC PROPERTY AppModule AS Module GET SET
public static Module AppModule { get; set; }
Request Example
View SourceProperty Value
Type:
ModuleRemarks
This value gets assigned in the startup code for applications that are not in the Core dialect.
If your main app is not written in XSharp then this setting will have its default value.
Tip |
---|
This value is NOT 'per thread' but global for all threads. |
See Also