Click or drag to resize

CommandType Constructor (NotifyEventDelegate, String)

Initializes a new instance of the CommandType class

Namespace:  us.FreeWill.CommandLine
Assembly:  CommandLine (in CommandLine.dll) Version: 2.0.2341.22284
Syntax
C#
public CommandType(
	NotifyEventDelegate commandEventHandler,
	string consoleEntry
)

Parameters

commandEventHandler
Type: us.FreeWillNotifyEventDelegate

[Missing <param name="commandEventHandler"/> documentation for "M:us.FreeWill.CommandLine.CommandType.#ctor(us.FreeWill.NotifyEventDelegate,System.String)"]

consoleEntry
Type: SystemString

[Missing <param name="consoleEntry"/> documentation for "M:us.FreeWill.CommandLine.CommandType.#ctor(us.FreeWill.NotifyEventDelegate,System.String)"]

See Also