ProcessTraits Class

Definition

Represents information about a process

public ref class ProcessTraits
[Windows::Foundation::Metadata::WebHostHidden]
public ref class ProcessTraits
[Windows::Foundation::Metadata::WebHostHidden]
class ProcessTraits
public class ProcessTraits
type ProcessTraits = class
Public Class ProcessTraits
Inheritance
ProcessTraits

Properties

Arguments

Gets the list of arguments that were supplied to the process when it started

FullName

Gets the fully qualified path name of the process

Owner

Gets the username of the process owner.

ParentPid

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.

Pid

The process ID supplied by the operating system.

StartTime

The start time of the process

Variables

Gets the of environment variables that were supplied to the process when it started. Each environment variable is separated by NewLine and is of the form name=value

Applies to