james stone

james stone

  • NA
  • 0
  • 16.5k

C# assembly

Sep 3 2008 5:11 AM

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?


Answers (3)