Click or drag to resize

SetupJVMWrapperPreInitialization Method

Override the method to setup some information, this is the first method invoked: some settings can be applied here like SetEventOrExceptionHandler(EventHandlerEventOrExceptionEventArgs)

Namespace: MASES.JCOBridge.C2JBridge
Assembly: C2JBridge (in C2JBridge.dll) Version: 2.6.9.260611-9a148513a79c26cdd7f1dde468f4f9e06ef3bc7e
Syntax
protected virtual void PreInitialization(
	ref string scopeOn,
	ref Version scopeOnVersion
)

Parameters

scopeOn  String
The value to return to override the value of ScopedOn
scopeOnVersion  Version
The value to return to override the value of ScopedOnVersion
See Also