C# Class SimulationManager.Simulator

Show file Open project: Ecetera/appdynamics-sandpit Class Usage Examples

Public Properties

Property Type Description
sim Sim

Public Methods

Method Description
GetSimulationData ( ) : void
PerformanceSimulation ( ) : void
Runconsumeheap ( int hf ) : void
Simulator ( ) : System
Simulator ( Sim sim ) : System
SomeMethod ( [ memberName = "" ) : void
watcher_Changed ( object sender, FileSystemEventArgs e ) : void

Method Details

GetSimulationData() public method

public GetSimulationData ( ) : void
return void

PerformanceSimulation() public method

public PerformanceSimulation ( ) : void
return void

Runconsumeheap() public method

public Runconsumeheap ( int hf ) : void
hf int
return void

Simulator() public method

public Simulator ( ) : System
return System

Simulator() public method

public Simulator ( Sim sim ) : System
sim Sim
return System

SomeMethod() public method

public SomeMethod ( [ memberName = "" ) : void
memberName [
return void

watcher_Changed() public method

public watcher_Changed ( object sender, FileSystemEventArgs e ) : void
sender object
e System.IO.FileSystemEventArgs
return void

Property Details

sim public property

public Sim,SimulationManager sim
return Sim