Visual Basic (Declaration) | |
---|---|
Sub Run( _ ByVal interpreter As ICommandInterpreter, _ ByVal chain As ICommandChain, _ ByVal arguments() As String _ ) |
C# | |
---|---|
void Run( ICommandInterpreter interpreter, ICommandChain chain, string[] arguments ) |
Parameters
- interpreter
- The command interpreter running the command
- chain
- The next link in the chain of filters
- arguments
- The input arguments to the command-line
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7