Click or drag to resize

ProcessEventArgs Constructor (Int32)

Initializes a new instance of the ProcessEventArgs class.

Namespace:  ConsoleControlAPI
Assembly:  ConsoleControlAPI (in ConsoleControlAPI.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
public ProcessEventArgs(
	int code
)

Parameters

code
Type: SystemInt32
The code.
See Also