CommonDirectories 类
- 命名空间
- ClassIsland.Core
- 程序集
- ClassIsland.Core.dll
应用常用路径
public static class CommonDirectories
- 继承
-
CommonDirectories
- 继承成员
属性
AppCacheFolderPath
应用缓存目录
public static string AppCacheFolderPath { get; }
属性值
AppConfigPath
应用配置目录
public static string AppConfigPath { get; }
属性值
AppDataFolderPath
全局数据目录
public static string AppDataFolderPath { get; }
属性值
AppLogFolderPath
应用日志目录
public static string AppLogFolderPath { get; }
属性值
AppPackageRoot
应用打包根目录
public static string AppPackageRoot { get; }
属性值
AppRootFolderPath
应用数据根目录
public static string AppRootFolderPath { get; }
属性值
AppTempFolderPath
应用临时数据目录
public static string AppTempFolderPath { get; }