LLDB.Target.BreakpointCreateForException C# (CSharp) Method

BreakpointCreateForException() public method

public BreakpointCreateForException ( LLDB language, bool catch_bp, bool throw_bp ) : LLDB.Breakpoint
language LLDB
catch_bp bool
throw_bp bool
return LLDB.Breakpoint
        public LLDB.Breakpoint BreakpointCreateForException(LLDB.LanguageType language, bool catch_bp, bool throw_bp)
        {
            var arg0 = language;
            var __ret = new LLDB.Breakpoint.Internal();
            Internal.BreakpointCreateForException_0(new IntPtr(&__ret), (__Instance + __PointerAdjustment), arg0, catch_bp, throw_bp);
            return LLDB.Breakpoint.__CreateInstance(__ret);
        }