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

Signature
Mattias Sjögren [MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.