C ++"system()"在C#中 [英] C++ "system()" in C#

查看:162
本文介绍了C ++"system()"在C#中的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我目前正在使用C#开发一个应用程序,该应用程序需要像命令提示符"那样工作,因此我想知道C ++函数是否是

I am currently developing an application in C# which needs to work sort of like a "Command Prompt", therefore I was wondering whether the C++ function

int system ( const char * command ); 

在C#中是否存在中的

?

in cstdlibexists in C#?

也将接受对包含此功能的动态链接库的引用.

A reference to an dynamic-link library containing this function would be accepted aswell.

推荐答案

查看System.Diagnostics.Process.Start: 查看全文

登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆