C# Class ConEmu.WinForms.GetInfoRoot

Handles the GetInfo GuiMacro for the Root command.
ファイルを表示 Open project: Maximus5/conemu-inside Class Usage Examples

Public Properties

Property Type Description
ExitCode int?
Pid uint?
State States

Private Methods

Method Description
GetInfoRoot ( States state, [ name, uint pid, int exitCode ) : System
QueryAsync ( [ session ) : Task

Property Details

ExitCode public_oe property

Exit code of the payload process, if it has exited.
public int? ExitCode
return int?

Pid public_oe property

The process ID, available only when the payload process is running.
public uint? Pid
return uint?

State public_oe property

The current state of the root console process, as in the GetInfo Root GUI Macro State field: Empty, NotStarted, Running, Exited.
public States State
return States