C# Class MemoryScanner.CliArgs

ファイルを表示 Open project: nccgroup/memscan Class Usage Examples

Public Properties

Property Type Description
delay int
filename String
ipaddr String
mode string
pid int
portnum int
prepostfix int
process System.Diagnostics.Process
runType String
searchterm string

Public Methods

Method Description
isValid ( ) : bool
setDelay ( String value ) : void
setFilename ( String value ) : void
setIPaddr ( String value ) : void
setMode ( String value ) : void
setPID ( String value ) : void
setPortnum ( String value ) : void
setPrePostFix ( String value ) : void
setRunType ( String value ) : void
setSearchTerm ( string args, int offset ) : void

Method Details

isValid() public method

public isValid ( ) : bool
return bool

setDelay() public method

public setDelay ( String value ) : void
value String
return void

setFilename() public method

public setFilename ( String value ) : void
value String
return void

setIPaddr() public method

public setIPaddr ( String value ) : void
value String
return void

setMode() public method

public setMode ( String value ) : void
value String
return void

setPID() public method

public setPID ( String value ) : void
value String
return void

setPortnum() public method

public setPortnum ( String value ) : void
value String
return void

setPrePostFix() public method

public setPrePostFix ( String value ) : void
value String
return void

setRunType() public method

public setRunType ( String value ) : void
value String
return void

setSearchTerm() public method

public setSearchTerm ( string args, int offset ) : void
args string
offset int
return void

Property Details

delay public_oe property

public int delay
return int

filename public_oe property

public String filename
return String

ipaddr public_oe property

public String ipaddr
return String

mode public_oe property

public string mode
return string

pid public_oe property

public int pid
return int

portnum public_oe property

public int portnum
return int

prepostfix public_oe property

public int prepostfix
return int

process public_oe property

public Process,System.Diagnostics process
return System.Diagnostics.Process

runType public_oe property

public String runType
return String

searchterm public_oe property

public string searchterm
return string