C# 클래스 FreePIE.Core.Plugins.FreeSpacePlugin

상속: FreePIE.Core.Plugins.Plugin
파일 보기 프로젝트 열기: AndersMalmgren/FreePIE 1 사용 예제들

공개 메소드들

메소드 설명
CreateGlobal ( ) : object
DoBeforeNextExecute ( ) : void
FreeSpacePlugin ( ) : System
GetProperty ( int index, IPluginProperty property ) : bool
SetProperties ( object>.Dictionary properties ) : bool
Start ( ) : System.Action
Stop ( ) : void

비공개 메소드들

메소드 설명
GetSamples ( ) : int
RunSensorPoll ( ) : void

메소드 상세

CreateGlobal() 공개 메소드

public CreateGlobal ( ) : object
리턴 object

DoBeforeNextExecute() 공개 메소드

public DoBeforeNextExecute ( ) : void
리턴 void

FreeSpacePlugin() 공개 메소드

public FreeSpacePlugin ( ) : System
리턴 System

GetProperty() 공개 메소드

public GetProperty ( int index, IPluginProperty property ) : bool
index int
property IPluginProperty
리턴 bool

SetProperties() 공개 메소드

public SetProperties ( object>.Dictionary properties ) : bool
properties object>.Dictionary
리턴 bool

Start() 공개 메소드

public Start ( ) : System.Action
리턴 System.Action

Stop() 공개 메소드

public Stop ( ) : void
리턴 void