[Mono-dev] Where can I find GetTargetHandle, etc?

2013-06-21 Thread Dan Barowy
Hi everyone, I see in: mono/mcs/class/corlib/System.Runtime.InteropServices/GCHandle.cs declarations for external methods, like: [MethodImplAttribute(MethodImplOptions.InternalCall)] private extern static int GetTargetHandle(object obj, int handle, GCHandleType type);

Re: [Mono-dev] Where can I find GetTargetHandle, etc?

2013-06-21 Thread Jonathan Pryor
On Jun 21, 2013, at 7:42 PM, Dan Barowy m...@ettinsmoor.net wrote: [MethodImplAttribute(MethodImplOptions.InternalCall)] private extern static int GetTargetHandle(object obj, int handle, GCHandleType type); MethodImplOptions.InternalCall means implemented in libmono*.so, so you need to