java - Disinheriting(?) / overriding .ToString to access COM Object .toString -


I have a java library that I have VB I'm logging into the net via COM. Objects on the Java side expose non-trivial. Straceing method that is required for debugging. Unfortunately, when I tracing on call objects, the call is being blocked by the object class '' .tracking function .

How can I force a call in a com-side? Toasting from firing to prevent stostring and object?

Do you have access to IDL for Java object? Are You Creating Runtime Callable Caps for COM Objects?

I think that you should change the interop assembly or toString () method toStringJava () or to_String () or something else which does not conflict with the object.ToString () syntax.


Comments