C# 클래스 ExifTool.Wrapper

상속: IDisposable
파일 보기 프로젝트 열기: marijnkampf/Random-Photo-Screensaver

공개 메소드들

메소드 설명
Dispose ( ) : void
FetchExifFrom ( string path ) : string>.Dictionary
SendCommand ( string cmd ) : string
Start ( ) : void
Started ( ) : bool
Starter ( ) : void
Stop ( ) : void
Wrapper ( string path = null ) : System

비공개 메소드들

메소드 설명
KillProcessAndChildren ( Process p ) : void

Kill a process, and all of its children, grandchildren, etc.

KillProcessAndChildren ( int pid ) : void
OutputDataReceived ( object sender, DataReceivedEventArgs e ) : void
proc_Exited ( object sender, EventArgs e ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FetchExifFrom() 공개 메소드

public FetchExifFrom ( string path ) : string>.Dictionary
path string
리턴 string>.Dictionary

SendCommand() 공개 메소드

public SendCommand ( string cmd ) : string
cmd string
리턴 string

Start() 공개 메소드

public Start ( ) : void
리턴 void

Started() 공개 메소드

public Started ( ) : bool
리턴 bool

Starter() 공개 메소드

public Starter ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

Wrapper() 공개 메소드

public Wrapper ( string path = null ) : System
path string
리턴 System