In This Article

IBinaryAssemblyMetadata Interface

Provides the base requirements for storing metadata of an IBinaryAssembly, generally used with serialization.

public interface IBinaryAssemblyMetadata

Properties

LastModifiedDateTime

The DateTime at which the assembly was last modified, if known.

DateTime? LastModifiedDateTime { get; }

Property Value

DateTime?

Location

The location of the assembly, if known.

string? Location { get; }

Property Value

string

Size

The size of the assembly, if known.

long? Size { get; }

Property Value

long?

Extension Methods