Get the list of functions in a DLL
843829May 13 2004 — edited May 14 2004HI,
Is there anyway to get the list of all the functions defined in a particular DLL e.g. I have the following native function
**********************************************************
...........
static
{
System.loadLibrary( "A" );
}
..............
I load the above dll is there a way to get the name of all the functions defined in that DLL.
thanks