Click or drag to resize

BackgroundCopyNotifyCommandLine Constructor (String, String)

Initializes a new instance of the BackgroundCopyNotifyCommandLine class.

Namespace:  usis.Net.Bits
Assembly:  usis.Net.Bits (in usis.Net.Bits.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
public BackgroundCopyNotifyCommandLine(
	string program,
	string parameters
)

Parameters

program
Type: SystemString
The program to execute.
parameters
Type: SystemString
The parameters of the program.
See Also