Show / Hide Table of Contents

Class FileMetadata

Metadata about a file. Place metadata about different file types here, for example data from the Microsoft Windows VersionInfo block or digital signer details. Use a different sub-message per file type.

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

Constructors

FileMetadata()

Declaration
public FileMetadata()

FileMetadata(FileMetadata)

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

Properties

Pe

Metadata for Microsoft Windows PE files. Deprecate PeFileMetadata in favor of single File proto.

Declaration
[Obsolete]
public PeFileMetadata Pe { get; set; }
Property Value
Type Description
PeFileMetadata
In this article
Back to top Generated by DocFX