Shell model for console.
Shell
01 Syntax
Microsoft.VisualBasic.ApplicationServices.Terminal.Shell
02 Methods
03 Properties
04 Members
Parameters
| Name | Type | Description |
|---|---|---|
ps1 | PS1 | The commandline prompt prefix headers. |
exec | Action(Of String) | How to execute the command line input. |
dev | IShellDevice |
|
Run
执行一个配置好的命令行模型, 代码会被一直阻塞在这里
shell
engine for execute the command, example as execute script text in R#.
Quite
Command text for exit the shell loop
(默认的退出文本为vim的 :q 命令)
ps1
ttyDev
History