C# Class System.Diagnostics.Process.ProcInfo

Mostra file Open project: kumpera/mono

Public Properties

Property Type Description
Domain string
LoadUserProfile bool
Password IntPtr
UserName string
envKeys string[]
envValues string[]
pid int
process_handle IntPtr
thread_handle IntPtr
tid int

Property Details

Domain public_oe property

public string Domain
return string

LoadUserProfile public_oe property

public bool LoadUserProfile
return bool

Password public_oe property

public IntPtr Password
return IntPtr

UserName public_oe property

public string UserName
return string

envKeys public_oe property

public string[] envKeys
return string[]

envValues public_oe property

public string[] envValues
return string[]

pid public_oe property

public int pid
return int

process_handle public_oe property

public IntPtr process_handle
return IntPtr

thread_handle public_oe property

public IntPtr thread_handle
return IntPtr

tid public_oe property

public int tid
return int