Show / Hide Table of Contents

Class ProcessIdEventArgs

EventArgs for events exposing a process's unique identifier.

Inheritance
System.Object
ProcessIdEventArgs
ProcessExitedEventArgs
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Fs.Processes.JobObjects
Assembly: Fs.Processes.dll
Syntax
public class ProcessIdEventArgs

Properties

| Improve this Doc View Source

ID

Gets the unique identifier of the process associated with the event.

Declaration
public int ID { get; }
Property Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
Back to top Generated by DocFX