LLDB.Target.BreakpointCreateByAddress C# (CSharp) Метод

BreakpointCreateByAddress() публичный Метод

public BreakpointCreateByAddress ( ulong address ) : LLDB.Breakpoint
address ulong
Результат LLDB.Breakpoint
        public LLDB.Breakpoint BreakpointCreateByAddress(ulong address)
        {
            var __ret = new LLDB.Breakpoint.Internal();
            Internal.BreakpointCreateByAddress_0(new IntPtr(&__ret), (__Instance + __PointerAdjustment), address);
            return LLDB.Breakpoint.__CreateInstance(__ret);
        }