You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CppSharp
Hi,
I would like to find a way to obtain the list of public functions and argument types called in a .Net dll that contains both C# and C++/Cli. Will I be able to do this with CppSharp?
jo...@tritao.eu
unread,
Aug 17, 2016, 10:06:21 AM8/17/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CppSharp, knigh...@gmail.com
On Monday, August 15, 2016 at 10:36:22 AM UTC+1, knigh...@gmail.com wrote: > Hi, > > I would like to find a way to obtain the list of public functions and argument types called in a .Net dll that contains both C# and C++/Cli. Will I be able to do this with CppSharp?
For this use you can use an API like Mono.Cecil or IKVM.Reflection.