C# Class Microsoft.Win32.SafeNativeMethods.PROCESS_INFORMATION

Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Свойство Type Description
dwProcessId int
dwThreadId int
hProcess System.IntPtr
hThread System.IntPtr

Property Details

dwProcessId public_oe property

public int dwProcessId
Résultat int

dwThreadId public_oe property

public int dwThreadId
Résultat int

hProcess public_oe property

public IntPtr,System hProcess
Résultat System.IntPtr

hThread public_oe property

public IntPtr,System hThread
Résultat System.IntPtr