Shell object for the external script running.
ExternalCall
01 Syntax
Microsoft.VisualBasic.Scripting.ExternalCall
02 Methods
03 Fields
| Name | Overloads | Summary |
|---|---|---|
| host | 1 | 脚本宿主的可执行文件的路径 |
04 Members
#ctor(
String, String)Parameters
| Name | Type | Description |
|---|---|---|
host | String | The program its file name to run the script |
ext | String | File extension name of this type of script |
Run(
String, NameValueCollection)Parameters
| Name | Type | Description |
|---|---|---|
script | String | The script content |
args | NameValueCollection | - |
Shell(
String, NameValueCollection)Remarks
Perl脚本测试通过!
Parameters
| Name | Type | Description |
|---|---|---|
path | String | The script file path |
args | NameValueCollection | - |
host
脚本宿主的可执行文件的路径
ToString()