예제 #1
0
 /// <summary>获取插件目录</summary>
 /// <returns></returns>
 public String GetPluginPath()
 {
     //if (Runtime.IsWeb)
     //    return "Bin".GetFullPath();
     //else
     return(PluginPath.GetBasePath());
 }
예제 #2
0
파일: Setting.cs 프로젝트: LiveFly/X
 /// <summary>获取插件目录</summary>
 /// <returns></returns>
 public String GetPluginPath() => PluginPath.GetBasePath();
예제 #3
0
파일: Setting.cs 프로젝트: xiawei666/X
 /// <summary>获取插件目录</summary>
 /// <returns></returns>
 public String GetPluginPath()
 {
     return(PluginPath.GetBasePath());
 }