Skip to main content

Class StorageFileInfo

Namespace: Aurigma.DesignAtoms.Storage.FileStorage
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class StorageFileInfo

Inheritance: System.Object -> StorageFileInfo

Inherited Members

  • System.Object.ToString
  • System.Object.Equals(System.Object)
  • System.Object.Equals(System.Object,System.Object)
  • System.Object.ReferenceEquals(System.Object,System.Object)
  • System.Object.GetHashCode
  • System.Object.GetType
  • System.Object.MemberwiseClone

Constructors

StorageFileInfo

public StorageFileInfo(long length, DateTime date)

Properties

Length

public long Length { get; }

Date

public DateTime Date { get; }
Was this page helpful?