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