james stone
Hi. I have a c# assembly called test.dll, it has some entrypoints marked by[CustomAction]. How do i search the file and find the various entrypoints?
Example:
[CustomAction]private void CA1(){}
How do I get CA1 returned?