C# Class MPS.Malware

Show file Open project: iosys/mps Class Usage Examples

Public Methods

Method 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 method

Geeft alle nog infecteerbare apparaten.
public GetOngeinfecteerden ( ) : Apparaat[]
return Apparaat[]

Infecteer() public method

public Infecteer ( Apparaat app ) : void
app Apparaat
return void

Malware() public method

public Malware ( string naam, int firewall, int antivirus ) : System.Collections.Generic
naam string
firewall int
antivirus int
return System.Collections.Generic

Update() public static method

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