CSharpTest.Net
Run Method
See Also  Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.Commands Namespace > ICommandFilter Interface : Run Method

interpreter
The command interpreter running the command
chain
The next link in the chain of filters
arguments
The input arguments to the command-line

Glossary Item Box

Used to run a command through a set of filters, call chain.Next() to continue processing

Syntax

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

Requirements

Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7

See Also

Generated with Document! X 2011 by Innovasys