C# Class MPS.Malware

Afficher le fichier Open project: iosys/mps Class Usage Examples

Méthodes publiques

Méthode Description
GetOngeinfecteerden ( ) : Apparaat[]

Geeft alle nog infecteerbare apparaten.

Infecteer ( Apparaat app ) : void
Malware ( string naam, int firewall, int antivirus ) : System.Collections.Generic
Update ( GameTime gameTime ) : void

Update de malware animaties.

Method Details

GetOngeinfecteerden() public méthode

Geeft alle nog infecteerbare apparaten.
public GetOngeinfecteerden ( ) : Apparaat[]
Résultat Apparaat[]

Infecteer() public méthode

public Infecteer ( Apparaat app ) : void
app Apparaat
Résultat void

Malware() public méthode

public Malware ( string naam, int firewall, int antivirus ) : System.Collections.Generic
naam string
firewall int
antivirus int
Résultat System.Collections.Generic

Update() public static méthode

Update de malware animaties.
public static Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void