LLDB.Watchpoint.GetError C# (CSharp) Method

GetError() public method

public GetError ( ) : LLDB.Error
return LLDB.Error
        public LLDB.Error GetError()
        {
            var __ret = new LLDB.Error.Internal();
            Internal.GetError_0(new IntPtr(&__ret), (__Instance + __PointerAdjustment));
            return LLDB.Error.__CreateInstance(__ret);
        }