예제 #1
0
 public override bool IsConsoleOutputRedirectedToFile()
 {
     return(WindowsPlatform.IsConsoleOutputRedirectedToFileImplementation());
 }
예제 #2
0
 public override bool IsProcessActive(int processId)
 {
     return(WindowsPlatform.IsProcessActiveImplementation(processId, tryGetProcessById: true));
 }
예제 #3
0
 public override bool IsElevated()
 {
     return(WindowsPlatform.IsElevatedImplementation());
 }
예제 #4
0
 public override string GetLogsDirectoryForGVFSComponent(string componentName)
 {
     return(WindowsPlatform.GetLogsDirectoryForGVFSComponentImplementation(componentName));
 }
예제 #5
0
 public override string GetSecureDataRootForScalarComponent(string componentName)
 {
     return(WindowsPlatform.GetSecureDataRootForScalarComponentImplementation(componentName));
 }
예제 #6
0
 public override string GetSecureDataRootForScalar()
 {
     return(WindowsPlatform.GetSecureDataRootForScalarImplementation());
 }