C# Class Visualizer.ServiceControl

显示文件 Open project: HackerDom/ructf-2013-final Class Usage Examples

Public Methods

Method Description
ChangeState ( Visualizer.ServiceState state ) : void
ChangeState ( ServiceStateCode code ) : void
RenderAttack ( ) : void
Restore ( ) : void
ServiceControl ( string serviceName ) : System.Windows
SetLocation ( Point center, Size windowSize ) : void

Private Methods

Method Description
AttachTooltip ( ) : void
PrepareTransform ( Color start, Color stop, double size ) : void
StopShieldTransforms ( ) : void

Method Details

ChangeState() public method

public ChangeState ( Visualizer.ServiceState state ) : void
state Visualizer.ServiceState
return void

ChangeState() public method

public ChangeState ( ServiceStateCode code ) : void
code ServiceStateCode
return void

RenderAttack() public method

public RenderAttack ( ) : void
return void

Restore() public method

public Restore ( ) : void
return void

ServiceControl() public method

public ServiceControl ( string serviceName ) : System.Windows
serviceName string
return System.Windows

SetLocation() public method

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