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);
        }