C# Class PoshInternals.PROCESS_INFORMATION

Afficher le fichier Open project: adamdriscoll/PoshInternals 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