How do I get an IntPtr to a specified object, or rather, how do I convert an
Object to an IntPtr?
Thanks in advance,
Per Rasmussen.
Mattias Sjögren - 04 Nov 2005 16:39 GMT
> How do I get an IntPtr to a specified object, or rather, how do I convert an
> Object to an IntPtr?
For what purpose? The GCHandle type may be what you're looking for.
Mattias