C# Class ExifTool.Wrapper

Inheritance: IDisposable
Mostrar archivo Open project: marijnkampf/Random-Photo-Screensaver

Public Methods

Method Description
Dispose ( ) : void
FetchExifFrom ( string path ) : string>.Dictionary
SendCommand ( string cmd ) : string
Start ( ) : void
Started ( ) : bool
Starter ( ) : void
Stop ( ) : void
Wrapper ( string path = null ) : System

Private Methods

Method Description
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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

FetchExifFrom() public method

public FetchExifFrom ( string path ) : string>.Dictionary
path string
return string>.Dictionary

SendCommand() public method

public SendCommand ( string cmd ) : string
cmd string
return string

Start() public method

public Start ( ) : void
return void

Started() public method

public Started ( ) : bool
return bool

Starter() public method

public Starter ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

Wrapper() public method

public Wrapper ( string path = null ) : System
path string
return System