コード例 #1
0
        public bool Start(string command, string commandArguments, string currentDirectory, string symbolsDirectory, bool debug, bool startBroken)
        {
            bool ret = DecodaPINVOKE.DebugFrontend_Start(swigCPtr, command, commandArguments, currentDirectory, symbolsDirectory, debug, startBroken);

            return(ret);
        }