 | SystemExRunDosCmd 方法 |
Sweet 开发框架
运行dos命令
命名空间:
Sweet.Common
程序集:
Sweet.Common (在 Sweet.Common.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public static string RunDosCmd(
string command
)
Public Shared Function RunDosCmd (
command As String
) As String
static member RunDosCmd :
command : string -> string
参数
- command
- 类型:SystemString
The command.
返回值
类型:
StringSystem.String.
参见