Mono.Debugger.Backend.ThreadDB.mono_debugger_thread_db_init C# (CSharp) Method

mono_debugger_thread_db_init() private method

private mono_debugger_thread_db_init ( int pid, GlobalLookupFunc lookup_func, ReadMemoryFunc read_memory_func, WriteMemoryFunc write_memory_func ) : IntPtr
pid int
lookup_func GlobalLookupFunc
read_memory_func ReadMemoryFunc
write_memory_func WriteMemoryFunc
return System.IntPtr
        static extern IntPtr mono_debugger_thread_db_init(int pid, GlobalLookupFunc lookup_func, ReadMemoryFunc read_memory_func, WriteMemoryFunc write_memory_func);