LLDB.Debugger.StateIsStoppedState C# (CSharp) Метод

StateIsStoppedState() публичный статический Метод

public static StateIsStoppedState ( LLDB state ) : bool
state LLDB
Результат bool
        public static bool StateIsStoppedState(LLDB.StateType state)
        {
            var arg0 = state;
            var __ret = Internal.StateIsStoppedState_0(arg0);
            return __ret;
        }