CommandLineArgumentsNotifier Constructor

Initializes a new instance of the CommandLineArgumentsNotifier class.

Definition

Namespace: DevCase.Core.Application.Parameterization
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public CommandLineArgumentsNotifier(
	bool notifyCurrentArguments
)

Parameters

notifyCurrentArguments  Boolean
If set to , imminently fires the ArgumentsReceived event using the current command-line arguments of the application as its event data.

See Also