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.2.250821-1d39389489804d6a3c7a28203f93adc3f9dc1870
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