C# 클래스 JMeter.Toolkit.CLI.Commands.DirectoryCommand

상속: CommandBase, ICommand, ICommandFactory
파일 보기 프로젝트 열기: fdore/jmeter-toolkit

공개 메소드들

메소드 설명
CreateCommand ( string arguments ) : ICommand
DirectoryCommand ( ) : System
Execute ( ) : void

비공개 메소드들

메소드 설명
DirectoryCommand ( string arguments ) : System

메소드 상세

CreateCommand() 공개 메소드

public CreateCommand ( string arguments ) : ICommand
arguments string
리턴 ICommand

DirectoryCommand() 공개 메소드

public DirectoryCommand ( ) : System
리턴 System

Execute() 공개 메소드

public Execute ( ) : void
리턴 void