LLDB.Debugger.Debugger C# (CSharp) Method

Debugger() public method

public Debugger ( ) : System
return System
        public Debugger()
        {
            __Instance = Marshal.AllocHGlobal(8);
            __ownsNativeInstance = true;
            NativeToManagedMap[__Instance] = this;
            Internal.ctor_0((__Instance + __PointerAdjustment));
        }

Same methods

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