TheBaseAssets Fields
The TheBaseAssets type exposes the following members.
Fields
Name | Description | |
---|---|---|
IsInDesignMode |
XAML only: Tells the components if the C-DEngine was instantiated in Blend
For all other hosts this always returns False
|
|
MyApplication |
Static reference to the Current TheBaseApplication Instance
|
|
MyCDEPluginTypes |
Lists all known Plugins currently running in this instance of the C-DEngine
|
|
MyCmdArgs |
All public Parameter/Settings handed to the C-DEngine during Startup
These settings are visible, unencrypted AND changable by plugins.
Please use TheBaseAssets.MySettings.Set|GetSetting("settingname") to access the content
In future versions of the CDE this dictionary might be read only or even internal only
|
|
MyServiceHostInfo |
Most Important Property Bag containing all parameter of the Hosting Service and Plugin-Services
|
|
MyServiceTypes |
FUTURE USE: List of all Types Known to the C-DEngine
|
|
MySYSLOG |
The System Log
|
|
STAObject |
Allows to use an object that was created during the STAThread.Main in Plugins
|