In This Article

IBinaryAssemblyMetadata Interface

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

public interface IBinaryAssemblyMetadata

Properties

LastModifiedDateTime

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

DateTime? LastModifiedDateTime { get; }

Property Value

DateTime?:

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

Location

Gets the location of the assembly, if known.

string Location { get; }

Property Value

string:

The location of the assembly, if known.

Size

Gets the size of the assembly, if known.

long? Size { get; }

Property Value

long?:

The size of the assembly, if known.