C# 클래스 NExifTool.ExifTool

파일 보기 프로젝트 열기: AerisG222/NExifTool

공개 메소드들

메소드 설명
ExifTool ( ExifToolOptions options ) : System
GetTags ( Stream stream ) : IEnumerable
GetTags ( string srcPath ) : IEnumerable
GetTagsAsync ( Stream stream ) : Task>
GetTagsAsync ( string srcPath ) : Task>

비공개 메소드들

메소드 설명
ParseTags ( ExifToolResult result ) : IEnumerable
RunProcessAsync ( ProcessStartInfo psi, Stream stream ) : Task

메소드 상세

ExifTool() 공개 메소드

public ExifTool ( ExifToolOptions options ) : System
options ExifToolOptions
리턴 System

GetTags() 공개 메소드

public GetTags ( Stream stream ) : IEnumerable
stream Stream
리턴 IEnumerable

GetTags() 공개 메소드

public GetTags ( string srcPath ) : IEnumerable
srcPath string
리턴 IEnumerable

GetTagsAsync() 공개 메소드

public GetTagsAsync ( Stream stream ) : Task>
stream Stream
리턴 Task>

GetTagsAsync() 공개 메소드

public GetTagsAsync ( string srcPath ) : Task>
srcPath string
리턴 Task>