共用方式為


ProcessDetails interface

描述進程元數據。

屬性

commandLine

處理命令行。

companyName

建立進程可執行檔的公司名稱。

description

程式描述。

executablePath

進程可執行文件路徑。

fileVersion

檔案版本。

firstPid

此進程集區中第一個進程的作系統進程識別碼 (PID)。

internalName

內部進程名稱。

persistentKey

進程的唯一標識碼,通常可復原到服務對應所計算的進程重新啟動。

poolId

表示相依性代理程式指派給進程之進程集區的身分識別。

productName

產品名稱。

productVersion

產品版本。

services

此進程所裝載的服務集合(僅限 Windows)。

workingDirectory

處理 workingDirectory。

zoneName

處理區域名稱 (僅限 Linux)。

屬性詳細資料

commandLine

處理命令行。

commandLine?: string

屬性值

string

companyName

建立進程可執行檔的公司名稱。

companyName?: string

屬性值

string

description

程式描述。

description?: string

屬性值

string

executablePath

進程可執行文件路徑。

executablePath?: string

屬性值

string

fileVersion

檔案版本。

fileVersion?: string

屬性值

string

firstPid

此進程集區中第一個進程的作系統進程識別碼 (PID)。

firstPid?: number

屬性值

number

internalName

內部進程名稱。

internalName?: string

屬性值

string

persistentKey

進程的唯一標識碼,通常可復原到服務對應所計算的進程重新啟動。

persistentKey?: string

屬性值

string

poolId

表示相依性代理程式指派給進程之進程集區的身分識別。

poolId?: number

屬性值

number

productName

產品名稱。

productName?: string

屬性值

string

productVersion

產品版本。

productVersion?: string

屬性值

string

services

此進程所裝載的服務集合(僅限 Windows)。

services?: ProcessHostedService[]

屬性值

workingDirectory

處理 workingDirectory。

workingDirectory?: string

屬性值

string

zoneName

處理區域名稱 (僅限 Linux)。

zoneName?: string

屬性值

string