ProcessState
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.os
- Platforms: .NET, .NET Standard 2.0, Island
Instance Methods
constructor
constructor
ProcessState()
init()
Sub New()
constructor (ProcessType)
constructor(proc: ProcessType)
ProcessState(ProcessType proc)
init(_ proc: ProcessType)
Sub New(proc As ProcessType)
Parameters:
- proc:
constructor (ProcessState)
constructor(value: ProcessState)
ProcessState(ProcessState value)
init(_ value: ProcessState)
Sub New(value As ProcessState)
Parameters:
- value:
ExitCode
method ExitCode: Int32
Int32 ExitCode()
func ExitCode() -> Int32
func ExitCode() Int32
Function ExitCode() As Int32
Pid
String
method String: String
String String()
func String() -> String
func String() String
Function String() As String