JuggerNET Runtime Library

JvmLoaderFactory.GetJvmLoader Method (String, String, String, Boolean, Boolean, TraceFacility, TraceLevel)

Returns an already created JVM Loader instance or a newly created JVM loader that uses the given settings. This is a very uncommon factory method in .NET as it provides access to the old-style JunC++ion configuration method which uses the Windows registry to contain configuration data. Other factories should be used as a preference and this factory is just provided for completeness' sake.

public IJvmLoader GetJvmLoader(
   string vers,
   string conf,
   string reserved,
   bool bEnvOverrides,
   bool bDefaultJvm,
   TraceFacility fac,
   TraceLevel level
);

Parameters

vers
the verswion number of the configuration section.
conf
the configuration name.
reserved
should be NULL.
bEnvOverrides
allow environment variable overrides.
bDefaultJvm
use a default JVM if none is specified.
fac
the tracing facility(ies) for which we specify the tracing level.
level
the tracing level.

Return Value

See Also

JvmLoaderFactory Class | Codemesh.JuggerNET Namespace | JvmLoaderFactory.GetJvmLoader Overload List