C# Class Visualizer.ServiceControl

Afficher le fichier Open project: HackerDom/ructf-2013-final Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
AttachTooltip ( ) : void
PrepareTransform ( Color start, Color stop, double size ) : void
StopShieldTransforms ( ) : void

Method Details

ChangeState() public méthode

public ChangeState ( Visualizer.ServiceState state ) : void
state Visualizer.ServiceState
Résultat void

ChangeState() public méthode

public ChangeState ( ServiceStateCode code ) : void
code ServiceStateCode
Résultat void

RenderAttack() public méthode

public RenderAttack ( ) : void
Résultat void

Restore() public méthode

public Restore ( ) : void
Résultat void

ServiceControl() public méthode

public ServiceControl ( string serviceName ) : System.Windows
serviceName string
Résultat System.Windows

SetLocation() public méthode

public SetLocation ( Point center, Size windowSize ) : void
center System.Windows.Point
windowSize System.Windows.Size
Résultat void