C# Class System.Diagnostics.Process.ProcInfo

Afficher le fichier Open project: kumpera/mono

Méthodes publiques

Свойство 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
Résultat string

LoadUserProfile public_oe property

public bool LoadUserProfile
Résultat bool

Password public_oe property

public IntPtr Password
Résultat IntPtr

UserName public_oe property

public string UserName
Résultat string

envKeys public_oe property

public string[] envKeys
Résultat string[]

envValues public_oe property

public string[] envValues
Résultat string[]

pid public_oe property

public int pid
Résultat int

process_handle public_oe property

public IntPtr process_handle
Résultat IntPtr

thread_handle public_oe property

public IntPtr thread_handle
Résultat IntPtr

tid public_oe property

public int tid
Résultat int