ProcessMonitorEventArgsProcessId Property
Gets the process id. (PID) of the intercepted process.
Namespace: DevCase.Core.Diagnostics.ProcessesAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public int ProcessId { get; }
Public ReadOnly Property ProcessId As Integer
Get
Dim instance As ProcessMonitorEventArgs
Dim value As Integer
value = instance.ProcessId
public:
property int ProcessId {
int get ();
}
member ProcessId : int with get
No code example is currently available or this language may not be supported.
Property Value
Int32
The process id. (PID) of the intercepted process.