C-DEngine 5.105

TheServiceHostInfo..::..IsoEngines Property

A list of plugins that will be hosted isolated in their own process

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

Syntax


public List<string> IsoEngines { get; set; }
Public Property IsoEngines As List(Of String)
	Get
	Set
public:
property List<String^>^ IsoEngines {
	List<String^>^ get ();
	void set (List<String^>^ value);
}