DiskAccess Class

Disk access class.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public class DiskAccess
Inheritance
Object    DiskAccess

Constructors

DiskAccessInitializes a new instance of the DiskAccess class

Methods

GetPathAppDataLocal Gets the (Users\...\AppData\Local) path of the application.
GetPathAppDataRoaming Gets the route (Users\...\AppData\Roaming) of the application.
GetPathDataCache Get the folder where to store the table cache information.

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also