LLDB.Debugger.GetCommandInterpreter C# (CSharp) Method

GetCommandInterpreter() public method

public GetCommandInterpreter ( ) : LLDB.CommandInterpreter
return LLDB.CommandInterpreter
        public LLDB.CommandInterpreter GetCommandInterpreter()
        {
            var __ret = new LLDB.CommandInterpreter.Internal();
            Internal.GetCommandInterpreter_0((__Instance + __PointerAdjustment), new IntPtr(&__ret));
            return LLDB.CommandInterpreter.__CreateInstance(__ret);
        }