ProcessDataInfoParentProcessId 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 [DataMemberAttribute]
public int ParentProcessId { get; set; }
<DataMemberAttribute>
Public Property ParentProcessId As Integer
Get
Set
public:
[DataMemberAttribute]
virtual property int ParentProcessId {
int get () sealed;
void set (int value) sealed;
}
[<DataMemberAttribute>]
abstract ParentProcessId : int with get, set
[<DataMemberAttribute>]
override ParentProcessId : int with get, set
Property Value
Type:
Int32
The parent process id.
Implements
IProcessDataInfoParentProcessIdSee Also