JuggerNET Runtime Library

IOptions.Remote Property

Specifies whether to use in-process or out-of-process runtime mode. If you use a value of true here, you will need to configure at least the IRemoteOptions.ConnectionString property.

[ConfigOption(OptionName="null", Name="null")]
bool Remote {get; set;}

Property Value

The flag indicating whether or not to use a shared JVM.

See Also

IOptions Interface | Codemesh.JuggerNET Namespace