C# Class Fuzzer.XmlFactory.RemoteExecutionInfo

Contains informations about a program that is being launched on the remote side
Afficher le fichier Open project: areiter/InMemoryFuzzing Class Usage Examples

Méthodes publiques

Méthode Description
RemoteExecutionInfo ( RemoteExecCommand cmd ) : System
SendCommand ( RemoteControlProtocol r ) : void

Private Methods

Méthode Description
FindProcess ( RemoteProcessInfo processes, string searchString ) : RemoteProcessInfo

Method Details

RemoteExecutionInfo() public méthode

public RemoteExecutionInfo ( RemoteExecCommand cmd ) : System
cmd Fuzzer.RemoteControl.RemoteExecCommand
Résultat System

SendCommand() public méthode

public SendCommand ( RemoteControlProtocol r ) : void
r Fuzzer.RemoteControl.RemoteControlProtocol
Résultat void