3
Answers

C# assembly

Photo of james stone

james stone

16y
3.8k
1

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)

0
Photo of tyrone.smith
NA 72 0 20y
Try writing scripts or stored procedures to handle your data manipulation for you.