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

Re: Function Address by Mattias

Mattias
Mon Sep 06 16:10:34 CDT 2004

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

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