C# 클래스 Axiom.Samples.SamplePlugin

상속: IPlugin
파일 보기 프로젝트 열기: WolfgangSt/axiom

공개 프로퍼티들

프로퍼티 타입 설명
Samples SampleSet

공개 메소드들

메소드 설명
AddSample ( Sample s ) : void
Initialize ( ) : void
SamplePlugin ( ) : Axiom.Core
SamplePlugin ( string name ) : Axiom.Core
Shutdown ( ) : void

메소드 상세

AddSample() 공개 메소드

public AddSample ( Sample s ) : void
s Sample
리턴 void

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

SamplePlugin() 공개 메소드

public SamplePlugin ( ) : Axiom.Core
리턴 Axiom.Core

SamplePlugin() 공개 메소드

public SamplePlugin ( string name ) : Axiom.Core
name string
리턴 Axiom.Core

Shutdown() 공개 메소드

public Shutdown ( ) : void
리턴 void

프로퍼티 상세

Samples 공개적으로 프로퍼티

public SampleSet Samples
리턴 SampleSet