IProcessDataInfoParentProcessId Property |
Win32_Process: Unique identifier of the process that creates a process. Process identifier
numbers are reused, so they only identify a process for the lifetime of that process. It is
possible that the process identified by ParentProcessId is terminated, so ParentProcessId
may not refer to a running process. It is also possible that ParentProcessId incorrectly
refers to a process that reuses a process identifier. You can use the CreationDate property
to determine whether the specified parent was created after the process represented by this
Win32_Process instance was created.
Namespace:
Xcalibur.Models.Processes
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax int ParentProcessId { get; set; }
Property ParentProcessId As Integer
Get
Set
property int ParentProcessId {
int get ();
void set (int value);
}
abstract ParentProcessId : int with get, set
Property Value
Type:
Int32
The parent process id.
See Also