C# 클래스 Fuzzer.XmlFactory.RemoteExecutionInfo

Contains informations about a program that is being launched on the remote side
파일 보기 프로젝트 열기: areiter/InMemoryFuzzing 1 사용 예제들

공개 메소드들

메소드 설명
RemoteExecutionInfo ( RemoteExecCommand cmd ) : System
SendCommand ( RemoteControlProtocol r ) : void

비공개 메소드들

메소드 설명
FindProcess ( RemoteProcessInfo processes, string searchString ) : RemoteProcessInfo

메소드 상세

RemoteExecutionInfo() 공개 메소드

public RemoteExecutionInfo ( RemoteExecCommand cmd ) : System
cmd Fuzzer.RemoteControl.RemoteExecCommand
리턴 System

SendCommand() 공개 메소드

public SendCommand ( RemoteControlProtocol r ) : void
r Fuzzer.RemoteControl.RemoteControlProtocol
리턴 void