ProcessTraits.ParentPid Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The process ID of the parent process supplied by the operating system. May be zero if the parent process terminates by the time the child process starts.
public:
property int ParentPid { int get(); };
public:
property int ParentPid { int get(); };
public int ParentPid { get; }
member this.ParentPid : int
Public ReadOnly Property ParentPid As Integer