Esempio n. 1
0
 public override bool IsConsoleOutputRedirectedToFile()
 {
     return(WindowsPlatform.IsConsoleOutputRedirectedToFileImplementation());
 }
Esempio n. 2
0
 public override bool TryGetGSDEnlistmentRoot(string directory, out string enlistmentRoot, out string errorMessage)
 {
     return(WindowsPlatform.TryGetGSDEnlistmentRootImplementation(directory, out enlistmentRoot, out errorMessage));
 }
Esempio n. 3
0
 public override string GetNamedPipeName(string enlistmentRoot)
 {
     return(WindowsPlatform.GetNamedPipeNameImplementation(enlistmentRoot));
 }
Esempio n. 4
0
 public override bool IsProcessActive(int processId)
 {
     return(WindowsPlatform.IsProcessActiveImplementation(processId, tryGetProcessById: true));
 }
Esempio n. 5
0
 public override bool IsElevated()
 {
     return(WindowsPlatform.IsElevatedImplementation());
 }
Esempio n. 6
0
 public override string GetDataRootForGSDComponent(string componentName)
 {
     return(WindowsPlatform.GetDataRootForGSDComponentImplementation(componentName));
 }
Esempio n. 7
0
 public override string GetDataRootForGSD()
 {
     return(WindowsPlatform.GetDataRootForGSDImplementation());
 }