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

 

method Pid: Int32

 

Int32 Pid()

 

func Pid() -> Int32

 

func Pid() Int32

 

Function Pid() As Int32

String

 

method String: String

 

String String()

 

func String() -> String

 

func String() String

 

Function String() As String