C-DEngine 5.105

TheServiceHostInfo..::..IsoEnginesToLoad Property

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

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

Syntax


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