TheServiceHostInfo..::..MyDeviceInfo Property
The DeviceInfo contains all the information about the device the current instance is running on:
MyDeviceInfo = Hardware Device - Where is the CDE running on?
cdePlatform = OS Version - Are we on Mono, 64Bit or 32Bit?
cdeHostingType = Application Type - Where is the CDE running in?
cdeNodeType = Communication Type - How can this node communicate with other nodes?
Namespace:
nsCDEngine.ViewModelsAssembly: C-DEngine (in C-DEngine.dll)
Syntax
public TheDeviceRegistryData MyDeviceInfo { get; set; }
Public Property MyDeviceInfo As TheDeviceRegistryData Get Set
public: property TheDeviceRegistryData^ MyDeviceInfo { TheDeviceRegistryData^ get (); void set (TheDeviceRegistryData^ value); }