C# 클래스 Visualizer.ServiceControl

파일 보기 프로젝트 열기: HackerDom/ructf-2013-final 1 사용 예제들

공개 메소드들

메소드 설명
ChangeState ( Visualizer.ServiceState state ) : void
ChangeState ( ServiceStateCode code ) : void
RenderAttack ( ) : void
Restore ( ) : void
ServiceControl ( string serviceName ) : System.Windows
SetLocation ( Point center, Size windowSize ) : void

비공개 메소드들

메소드 설명
AttachTooltip ( ) : void
PrepareTransform ( Color start, Color stop, double size ) : void
StopShieldTransforms ( ) : void

메소드 상세

ChangeState() 공개 메소드

public ChangeState ( Visualizer.ServiceState state ) : void
state Visualizer.ServiceState
리턴 void

ChangeState() 공개 메소드

public ChangeState ( ServiceStateCode code ) : void
code ServiceStateCode
리턴 void

RenderAttack() 공개 메소드

public RenderAttack ( ) : void
리턴 void

Restore() 공개 메소드

public Restore ( ) : void
리턴 void

ServiceControl() 공개 메소드

public ServiceControl ( string serviceName ) : System.Windows
serviceName string
리턴 System.Windows

SetLocation() 공개 메소드

public SetLocation ( Point center, Size windowSize ) : void
center System.Windows.Point
windowSize System.Windows.Size
리턴 void