C-DEngine 5.105

TheBaseAssets Fields

The TheBaseAssets type exposes the following members.

Fields


  Name Description
Public field Static member IsInDesignMode
XAML only: Tells the components if the C-DEngine was instantiated in Blend For all other hosts this always returns False
Public field Static member MyApplication
Static reference to the Current TheBaseApplication Instance
Public field Static member MyCDEPluginTypes
Lists all known Plugins currently running in this instance of the C-DEngine
Public field Static member 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
Public field Static member MyServiceHostInfo
Most Important Property Bag containing all parameter of the Hosting Service and Plugin-Services
Public field Static member MyServiceTypes
FUTURE USE: List of all Types Known to the C-DEngine
Public field Static member MySYSLOG
The System Log
Public field Static member STAObject
Allows to use an object that was created during the STAThread.Main in Plugins