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.3.250913-47278498b8c67e733ecc289138cddb5aee2e4c7e
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