Visual Basic (Declaration) | |
---|---|
Public Interface ICommand Inherits IDisplayInfo |
C# | |
---|---|
public interface ICommand : IDisplayInfo |
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7
Reference
ICommand MembersCSharpTest.Net.Commands Namespace
Boolean ICommandInterpreter.TryGetCommand(String,ICommand)
ICommand[] ICommandInterpreter.Commands
CommandInterpreter.AddCommand(ICommand)
CommandInterpreter.RemoveCommand(ICommand)
Boolean CommandInterpreter.TryGetCommand(String,ICommand)
ICommand[] CommandInterpreter.Commands