C# Class ExifTool.Wrapper

Inheritance: IDisposable
Afficher le fichier Open project: marijnkampf/Random-Photo-Screensaver

Méthodes publiques

Méthode 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

Méthode 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 méthode

public Dispose ( ) : void
Résultat void

FetchExifFrom() public méthode

public FetchExifFrom ( string path ) : string>.Dictionary
path string
Résultat string>.Dictionary

SendCommand() public méthode

public SendCommand ( string cmd ) : string
cmd string
Résultat string

Start() public méthode

public Start ( ) : void
Résultat void

Started() public méthode

public Started ( ) : bool
Résultat bool

Starter() public méthode

public Starter ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

Wrapper() public méthode

public Wrapper ( string path = null ) : System
path string
Résultat System