C# Class System.Diagnostics.Process.ProcInfo

Show 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 property

public string Domain
return string

LoadUserProfile public property

public bool LoadUserProfile
return bool

Password public property

public IntPtr Password
return IntPtr

UserName public property

public string UserName
return string

envKeys public property

public string[] envKeys
return string[]

envValues public property

public string[] envValues
return string[]

pid public property

public int pid
return int

process_handle public property

public IntPtr process_handle
return IntPtr

thread_handle public property

public IntPtr thread_handle
return IntPtr

tid public property

public int tid
return int