LLDB.Watchpoint.Watchpoint C# (CSharp) Method

Watchpoint() public method

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

Same methods

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