1using System.Reflection;
19#pragma warning disable IL3000
21#pragma warning restore IL3000
System.Environment Environment
static string GetEntryPath()
获取运行入口路径(用命令行或者其他程序调用时调用者目录)
static string GetExecutablePath()
获取 EXE 或 dll 所在路径(包含文件自身路径)
static string AndroidFilePath
static string GetOperatingPath()
获取实际运行路径
static string GetEnvironmentPath()
获取环境变量 path 多个路径用分号分隔