MkvPropEditExitedEventArgs Constructor

Initializes a new instance of the MkvPropEditExitedEventArgs class.

Definition

Namespace: DevCase.ThirdParty.MKVToolNix
Assembly: DevCase.net48.ThirdParty.MKVToolNix (in DevCase.net48.ThirdParty.MKVToolNix.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public MkvPropEditExitedEventArgs(
	string arguments,
	string errorMessage,
	int exitCode
)

Parameters

arguments  String
The arguments that was passed to the process.
errorMessage  String
The arguments that was passed to the process.
exitCode  Int32
The process exit code.

Remarks

Note: Some functionalities of this assembly may require to install one or all of the listed applications:

MKVToolNix (mkvmerge.exe, mkvpropedit.exe)

See Also