LLDB.Debugger.Debugger C# (CSharp) Method

Debugger() public method

public Debugger ( LLDB rhs ) : System
rhs LLDB
return System
        public Debugger(LLDB.Debugger rhs)
        {
            __Instance = Marshal.AllocHGlobal(8);
            __ownsNativeInstance = true;
            NativeToManagedMap[__Instance] = this;
            if (ReferenceEquals(rhs, null))
                throw new global::System.ArgumentNullException("rhs", "Cannot be null because it is a C++ reference (&).");
            var arg0 = rhs.__Instance;
            Internal.cctor_1((__Instance + __PointerAdjustment), arg0);
        }

Same methods

Debugger::Debugger ( ) : System
Debugger::Debugger ( Debugger native, bool skipVTables = false ) : System
Debugger::Debugger ( void native, bool skipVTables = false ) : System