Struct AimpFileAttributes
Struct AimpFileAttributes
Implements the
Implements
System.IEquatable<AimpFileAttributes>
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: AIMP.SDK.FileManager
Assembly: AIMP.SDK.dll
Syntax
public struct AimpFileAttributes : IEquatable<AimpFileAttributes>
Properties
Attributes
Gets or sets the attributes.
Declaration
public FileAttributes Attributes { get; set; }
TimeCreation
Gets or sets the time creation.
Declaration
public double TimeCreation { get; set; }
TimeLastAccess
Gets or sets the time last access.
Declaration
public double TimeLastAccess { get; set; }
TimeLastWrite
Gets or sets the time last write.
Declaration
public double TimeLastWrite { get; set; }
Methods
Equals(AimpFileAttributes)
Indicates whether the current object is equal to another object of the same type.
Declaration
public bool Equals(AimpFileAttributes other)
Parameters
Type | Name | Description |
---|---|---|
AimpFileAttributes | other | An object to compare with this object. |
Implements
System.IEquatable<T>.Equals(T)