C# Class Doo.Environments.DataEnvironment

Afficher le fichier Open project: avogab/dooHTM Class Usage Examples

Méthodes publiques

Méthode Description
DataEnvironment ( IDirector director ) : System
GetOutput ( ) : object
Initialize ( ) : bool
Step ( ) : bool

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

LoadBinaryFile ( string path ) : void
UpdateView ( ) : void
pathButton_Click ( object sender, EventArgs e ) : void

Method Details

DataEnvironment() public méthode

public DataEnvironment ( IDirector director ) : System
director IDirector
Résultat System

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetOutput() public méthode

public GetOutput ( ) : object
Résultat object

Initialize() public méthode

public Initialize ( ) : bool
Résultat bool

Step() public méthode

public Step ( ) : bool
Résultat bool