C-DEngine 5.105

TheServiceHostInfo..::..cdePlatform Property

Return the platform the current instance if running on

Namespace:  nsCDEngine.ViewModels
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public cdePlatform cdePlatform { get; set; }
Public Property cdePlatform As cdePlatform
	Get
	Set
public:
property cdePlatform^ cdePlatform {
	cdePlatform^ get ();
	void set (cdePlatform^ value);
}