C# Class FreePIE.Core.Plugins.FreeSpacePlugin

Inheritance: FreePIE.Core.Plugins.Plugin
Afficher le fichier Open project: AndersMalmgren/FreePIE Class Usage Examples

Méthodes publiques

Méthode Description
CreateGlobal ( ) : object
DoBeforeNextExecute ( ) : void
FreeSpacePlugin ( ) : System
GetProperty ( int index, IPluginProperty property ) : bool
SetProperties ( object>.Dictionary properties ) : bool
Start ( ) : System.Action
Stop ( ) : void

Private Methods

Méthode Description
GetSamples ( ) : int
RunSensorPoll ( ) : void

Method Details

CreateGlobal() public méthode

public CreateGlobal ( ) : object
Résultat object

DoBeforeNextExecute() public méthode

public DoBeforeNextExecute ( ) : void
Résultat void

FreeSpacePlugin() public méthode

public FreeSpacePlugin ( ) : System
Résultat System

GetProperty() public méthode

public GetProperty ( int index, IPluginProperty property ) : bool
index int
property IPluginProperty
Résultat bool

SetProperties() public méthode

public SetProperties ( object>.Dictionary properties ) : bool
properties object>.Dictionary
Résultat bool

Start() public méthode

public Start ( ) : System.Action
Résultat System.Action

Stop() public méthode

public Stop ( ) : void
Résultat void