Command Register Method Delta Engine Documentation

Namespace: DeltaEngine.Commands
Assembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public static void Register(
	string commandName,
	params Trigger[] commandTriggers
)

Parameters

commandName
Type: System String
commandTriggers
Type:  DeltaEngine.Commands Trigger 
See Also