Exemplo n.º 1
0
 protected POSIXPlatform(UnderConstructionFlags underConstruction)
     : base(underConstruction)
 {
 }
Exemplo n.º 2
0
 public GVFSPlatform(UnderConstructionFlags underConstruction)
 {
     this.UnderConstruction = underConstruction;
 }
Exemplo n.º 3
0
 public GVFSPlatform(string executableExtension, string installerExtension, UnderConstructionFlags underConstruction)
 {
     this.Constants         = new GVFSPlatformConstants(executableExtension, installerExtension);
     this.UnderConstruction = underConstruction;
 }
Exemplo n.º 4
0
 public ScalarPlatform(UnderConstructionFlags underConstruction)
 {
     this.UnderConstruction = underConstruction;
 }