A PUBLIC instance named __DOTNETBRIDGE is created and cached. Calling this function either creates or reuses the existing instance.
NOTE: This is a static FUNCTION not a method of the class:
DO wwDotNetBridge && somewhere to load library loBridge = GetwwDotNetBridge() loBridge.LoadAssembly("FULLPATH('rtfConverter')") loConverter = loBridge.CreateInstance("rtfConverter.rtfConverter") ...
o.GetwwDotNetBridge()