C# Class NExifTool.ExifTool

Afficher le fichier Open project: AerisG222/NExifTool

Méthodes publiques

Méthode Description
ExifTool ( ExifToolOptions options ) : System
GetTags ( Stream stream ) : IEnumerable
GetTags ( string srcPath ) : IEnumerable
GetTagsAsync ( Stream stream ) : Task>
GetTagsAsync ( string srcPath ) : Task>

Private Methods

Méthode Description
ParseTags ( ExifToolResult result ) : IEnumerable
RunProcessAsync ( ProcessStartInfo psi, Stream stream ) : Task

Method Details

ExifTool() public méthode

public ExifTool ( ExifToolOptions options ) : System
options ExifToolOptions
Résultat System

GetTags() public méthode

public GetTags ( Stream stream ) : IEnumerable
stream Stream
Résultat IEnumerable

GetTags() public méthode

public GetTags ( string srcPath ) : IEnumerable
srcPath string
Résultat IEnumerable

GetTagsAsync() public méthode

public GetTagsAsync ( Stream stream ) : Task>
stream Stream
Résultat Task>

GetTagsAsync() public méthode

public GetTagsAsync ( string srcPath ) : Task>
srcPath string
Résultat Task>