Mono.Debugger.Backend.Inferior.mono_debugger_server_set_runtime_info C# (CSharp) Method

mono_debugger_server_set_runtime_info() private method

private mono_debugger_server_set_runtime_info ( IntPtr handle, IntPtr mono_runtime_info ) : void
handle System.IntPtr
mono_runtime_info System.IntPtr
return void
        static extern void mono_debugger_server_set_runtime_info(IntPtr handle, IntPtr mono_runtime_info);
Inferior