Prev: Automatically identifying a directory
Next: How to extract the x-axis and y-axis current ticks of a plot from AbsoluteOptions?
From: Todd Gayley on 1 Apr 2010 07:01 At 04:09 AM 3/28/2010, Alexey Popkov wrote: >Todd, > >Is there a straightforward way to determine which of the loaded NETTypes >corresponds to a function returned by DefineDLLFunction? Or the only way is >to use Definition[]? Alexey, There isn't a particularly elegant way to do this. Looking at the body of the function returned by DefineDLLFunction usually tells you all you need to know. You could also call LoadedNETTypes[] before DefineDLLFunction, and then call it afterwards, and use Complement[after, before] to see what types were created by DefineDLLFunction. Todd Gayley Wolfram Research |