TheBaseAssets Members
The TheBaseAssets type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetCustomAppParameter | Obsolete.
RETIRED: please use TheCDESettingsFactory.GetSetting()
|
|
LoadCrypto |
Loads a crypto library for all Security related methods.
|
|
SetCustomAppParameter | Obsolete.
RETIRED: Use TheCDESettingsFactory.SetSetting()
|
|
SetMessageSize |
Use this method to change the maximum message sizes allowed for the various cdeSenderTypes
|
|
UpdateAppParameter | Obsolete.
Updates essential Parameter of the C-DEngine Host application.
|
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
|
Properties
Name | Description | |
---|---|---|
CryptoLoadMessage |
Gets or sets a message describing the crypto load status.
|
|
CurrentVersion |
Version of the C-DEngine in Major.Minor format.
|
|
CurrentVersionInfo |
Returns the current Assembly Version of the C-DEngine
|
|
GetAppInfo |
Returns the Application Information of the hosting App
Plugins only have read-access to this information.
|
|
MasterSwitch |
C-DEngine is shutting down if MasterSwitch is FALSE
|
|
MasterSwitchCancelationToken |
When C-DEngine is shutting down all tokens obtained from MasterSwitchCancelationToken get canceled. You can use this when waiting for long running Tasks.
|
|
MyActivationManager |
License Activation Manager.
|
|
MyLoc |
Locatization Factory
|
|
MySettings |
Main Settings class for all Settings
|