Table of Contents

CommonDirectories 类

命名空间
ClassIsland.Core
程序集
ClassIsland.Core.dll

应用常用路径

public static class CommonDirectories
继承
CommonDirectories
继承成员

属性

AppCacheFolderPath

应用缓存目录

public static string AppCacheFolderPath { get; }

属性值

string

AppConfigPath

应用配置目录

public static string AppConfigPath { get; }

属性值

string

AppDataFolderPath

全局数据目录

public static string AppDataFolderPath { get; }

属性值

string

AppLogFolderPath

应用日志目录

public static string AppLogFolderPath { get; }

属性值

string

AppPackageRoot

应用打包根目录

public static string AppPackageRoot { get; }

属性值

string

AppRootFolderPath

应用数据根目录

public static string AppRootFolderPath { get; }

属性值

string

AppTempFolderPath

应用临时数据目录

public static string AppTempFolderPath { get; }

属性值

string