JuggerNET Runtime Library

JvmLoader.SetConfigFile Method (String, String, String, String)

Specifies the location of an XML or old-style JunC++ion file that will be used by the native runtime library to read configuration information. This call is not necessary if you are following the .NET naming conventions for configuration files because the .NET runtime will find and parse the contents automatically. If the last three arguments are null, an XML file will be expected, otherwise an old-style JunC++ion configuration file will be expected.

public static void SetConfigFile(
   string configFile,
   string vers,
   string conf,
   string reserved
);

Parameters

configFile
vers
conf
reserved

See Also

JvmLoader Class | Codemesh.JuggerNET Namespace | JvmLoader.SetConfigFile Overload List