IBinaryAssemblyMetadata Interface
Provides the base requirements for storing metadata of an IBinaryAssembly, generally used with serialization.
public interface IBinaryAssemblyMetadata
Properties
LastModifiedDateTime
Gets the System.DateTime at which the assembly was last modified, if known.
DateTime? LastModifiedDateTime { get; }
Property Value
- System.Nullable<System.DateTime>:
The System.DateTime at which the assembly was last modified, if known.
Location
Gets the location of the assembly, if known.
string Location { get; }
Property Value
- System.String:
The location of the assembly, if known.
Size
Gets the size of the assembly, if known.
long? Size { get; }
Property Value
- System.Nullable<System.Int64>:
The size of the assembly, if known.