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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top