C# 클래스 System.Diagnostics.Process.ProcInfo

파일 보기 프로젝트 열기: kumpera/mono

공개 프로퍼티들

프로퍼티 타입 설명
Domain string
LoadUserProfile bool
Password IntPtr
UserName string
envKeys string[]
envValues string[]
pid int
process_handle IntPtr
thread_handle IntPtr
tid int

프로퍼티 상세

Domain 공개적으로 프로퍼티

public string Domain
리턴 string

LoadUserProfile 공개적으로 프로퍼티

public bool LoadUserProfile
리턴 bool

Password 공개적으로 프로퍼티

public IntPtr Password
리턴 IntPtr

UserName 공개적으로 프로퍼티

public string UserName
리턴 string

envKeys 공개적으로 프로퍼티

public string[] envKeys
리턴 string[]

envValues 공개적으로 프로퍼티

public string[] envValues
리턴 string[]

pid 공개적으로 프로퍼티

public int pid
리턴 int

process_handle 공개적으로 프로퍼티

public IntPtr process_handle
리턴 IntPtr

thread_handle 공개적으로 프로퍼티

public IntPtr thread_handle
리턴 IntPtr

tid 공개적으로 프로퍼티

public int tid
리턴 int