示例#1
0
 public AppServerEnvironmentController()
 {
     Service.Set <AppServerEnvironmentController>(this);
     this.Server = AppServerEnvironmentController.GetCompileTimeServer();
     this.OverrideEnvironment();
 }
示例#2
0
 public static bool IsLocalServer()
 {
     return(AppServerEnvironmentController.GetCompileTimeServer() == "http://localhost:8080/starts");
 }
示例#3
0
 public unsafe static long $Invoke2(long instance, long *args)
 {
     return(GCHandledObjects.ObjectToGCHandle(AppServerEnvironmentController.GetCompileTimeServer()));
 }