C# 클래스 ExamplesFx.ExamplesEnvironment.ExampleSandbox

파일 보기 프로젝트 열기: MarcosMeli/ExamplesFx

Private Properties

프로퍼티 타입 설명
OnCreated void

공개 메소드들

메소드 설명
ExampleSandbox ( string path ) : System.Collections.Generic
StartWatching ( ) : void
StopWatching ( ) : void

비공개 메소드들

메소드 설명
OnCreated ( FileSystemEventArgs e ) : void

메소드 상세

ExampleSandbox() 공개 메소드

public ExampleSandbox ( string path ) : System.Collections.Generic
path string
리턴 System.Collections.Generic

StartWatching() 공개 메소드

public StartWatching ( ) : void
리턴 void

StopWatching() 공개 메소드

public StopWatching ( ) : void
리턴 void