I’m trying to use
Assembly.LoadFrom()
and then GettTypes()
to retrieve function signatures from RhinoCommon.
There are several RhinoCommon.dll’s around- I’ve tried the ones in the V8 program directory and the one in my user directory.
Both fail on GetTypes with a file already open problem.
What I’m trying to do: make a list of signatures for search/doc purposes.
Has anyone else tried this?