Свойство | Тип | Описание | |
---|---|---|---|
AssertNotUsedUp | void | ||
EnumEnv | IEnumerable |
||
GetEnv | string | ||
InitConEmuLocation | string | ||
MarkAsUsedUp | void | ||
TryDeriveConEmuConsoleExtenderExecutablePath | string | ||
TryDeriveConEmuConsoleServerExecutablePath | string |
Метод | Описание | |
---|---|---|
ConEmuStartInfo ( ) : System |
Creates a new object with all the parameters in their default values. The console emulator will run the default
|
|
ConEmuStartInfo ( [ sConsoleProcessCommandLine ) : System |
Creates a new object and defines the command line for the console process to be run in the console emulator, ConsoleProcessCommandLine.
|
|
SetEnv ( [ name, [ value ) : void |
Sets the startup environment variable for the console process, before it is started. This cannot be used to change the environment variables of a running console process.
|
Метод | Описание | |
---|---|---|
AssertNotUsedUp ( ) : void | ||
EnumEnv ( ) : IEnumerable |
||
GetEnv ( [ name ) : string | ||
InitConEmuLocation ( ) : string | ||
MarkAsUsedUp ( ) : void |
Marks this instance as used-up and prevens further modifications.
|
|
TryDeriveConEmuConsoleExtenderExecutablePath ( [ sConEmuPath ) : string | ||
TryDeriveConEmuConsoleServerExecutablePath ( [ sConEmuPath ) : string |
public ConEmuStartInfo ( [ sConsoleProcessCommandLine ) : System | ||
sConsoleProcessCommandLine | [ | Value for |
Результат | System |
public SetEnv ( [ name, [ value ) : void | ||
name | [ | Environment variable name, case-insensitive. |
value | [ | Environment variable value, or |
Результат | void |