C# Class SimulationApp.SimulationDL

Datei anzeigen Open project: Ecetera/appdynamics-sandpit Class Usage Examples

Public Properties

Property Type Description
Mil MethodInclusion
sim Sim

Public Methods

Method Description
GenerateMethodMap ( ) : void
Init ( ) : void
Persisttofile ( ) : void
Readfromfile ( ) : void
SetMethodSimulation ( SimulationAction saf, int sleep, bool throwexception, bool holdunmanagedref, bool consumecpu ) : void
SetMethodSimulation ( string methodname, int sleep, bool throwexception, bool holdunmanagedref ) : void

Method Details

GenerateMethodMap() public static method

public static GenerateMethodMap ( ) : void
return void

Init() public static method

public static Init ( ) : void
return void

Persisttofile() public static method

public static Persisttofile ( ) : void
return void

Readfromfile() public static method

public static Readfromfile ( ) : void
return void

SetMethodSimulation() public static method

public static SetMethodSimulation ( SimulationAction saf, int sleep, bool throwexception, bool holdunmanagedref, bool consumecpu ) : void
saf SimulationAction
sleep int
throwexception bool
holdunmanagedref bool
consumecpu bool
return void

SetMethodSimulation() public static method

public static SetMethodSimulation ( string methodname, int sleep, bool throwexception, bool holdunmanagedref ) : void
methodname string
sleep int
throwexception bool
holdunmanagedref bool
return void

Property Details

Mil public_oe static_oe property

public static MethodInclusion,SimulationApp Mil
return MethodInclusion

sim public_oe static_oe property

public static Sim,SimulationApp sim
return Sim