Show / Hide Table of Contents

Class ExifInfo

Exif information.

Inheritance
object
ExifInfo
Implements
IMessage<ExifInfo>
IEquatable<ExifInfo>
IDeepCloneable<ExifInfo>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public sealed class ExifInfo : IMessage<ExifInfo>, IEquatable<ExifInfo>, IDeepCloneable<ExifInfo>, IBufferMessage, IMessage

Constructors

ExifInfo()

Declaration
public ExifInfo()

ExifInfo(ExifInfo)

Declaration
public ExifInfo(ExifInfo other)
Parameters
Type Name Description
ExifInfo other

Properties

Company

company name.

Declaration
public string Company { get; set; }
Property Value
Type Description
string

CompilationTime

Compilation time.

Declaration
public Timestamp CompilationTime { get; set; }
Property Value
Type Description
Timestamp

EntryPoint

entry point.

Declaration
public long EntryPoint { get; set; }
Property Value
Type Description
long

FileDescription

description of a file.

Declaration
public string FileDescription { get; set; }
Property Value
Type Description
string

OriginalFile

original file name.

Declaration
public string OriginalFile { get; set; }
Property Value
Type Description
string

Product

product name.

Declaration
public string Product { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX