ProcessMonitorEventArgs Constructor
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 ProcessMonitorEventArgs(
int processId,
string processName
)
Public Sub New (
processId As Integer,
processName As String
)
Dim processId As Integer
Dim processName As String
Dim instance As New ProcessMonitorEventArgs(processId,
processName)
public:
ProcessMonitorEventArgs(
int processId,
String^ processName
)
new :
processId : int *
processName : string -> ProcessMonitorEventArgs
No code example is currently available or this language may not be supported.
Parameters
- processId Int32
-
The process id. (PID) of the intercepted process.
- processName String
-
The name of the intercepted process.