Function Address

  • Thread starter Thread starter Emad Rangchi
  • Start date Start date
E

Emad Rangchi

Hi
How can i get function or method memory addres in C#?
(it's include managed code or unsafe)
Regard
Emad
 
Emad,
How can i get function or method memory addres in C#?
(it's include managed code or unsafe)

You can't- Why do you need it? For interop with native code, you can
usually pass in a delegate instead.



Mattias
 
Back
Top