LLDB.BreakpointLocation.BreakpointLocation C# (CSharp) Method

BreakpointLocation() public method

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

Same methods

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