C# 클래스 SimulationManager.Simulator

파일 보기 프로젝트 열기: Ecetera/appdynamics-sandpit 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
sim Sim

공개 메소드들

메소드 설명
GetSimulationData ( ) : void
PerformanceSimulation ( ) : void
Runconsumeheap ( int hf ) : void
Simulator ( ) : System
Simulator ( Sim sim ) : System
SomeMethod ( [ memberName = "" ) : void
watcher_Changed ( object sender, FileSystemEventArgs e ) : void

메소드 상세

GetSimulationData() 공개 메소드

public GetSimulationData ( ) : void
리턴 void

PerformanceSimulation() 공개 메소드

public PerformanceSimulation ( ) : void
리턴 void

Runconsumeheap() 공개 메소드

public Runconsumeheap ( int hf ) : void
hf int
리턴 void

Simulator() 공개 메소드

public Simulator ( ) : System
리턴 System

Simulator() 공개 메소드

public Simulator ( Sim sim ) : System
sim Sim
리턴 System

SomeMethod() 공개 메소드

public SomeMethod ( [ memberName = "" ) : void
memberName [
리턴 void

watcher_Changed() 공개 메소드

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

프로퍼티 상세

sim 공개적으로 프로퍼티

public Sim,SimulationManager sim
리턴 Sim