Hello friends,
I'm writing a Java .NET Interoperability bridge. where I'm
writing a JNI .dll for Java to call .NET Code.
I'm using C++ language.
How can I call methods of .NET Class say
System.Collections.Hashtable when I'm having the
System.Object instance of the
System.Collections.Hashtable ??. Should I've to typecast
it.
Or use Type.InvokeMember() function to invoke any member
function.
Needed urgently,
Thanks in advance.
Bye 4 Now,
Luv Ashish Shukla alias Wah Java !!
Wah Java!!
Jacek Helka - 05 Jan 2004 14:17 GMT
Use typecast. It works much faster.
Bye,
Jacek
> Hello friends,
> I'm writing a Java .NET Interoperability bridge. where I'm
[quoted text clipped - 18 lines]
>
> Wah Java!!