Exemple #1
0
 public override bool IsElevated()
 {
     return(WindowsPlatform.IsElevatedImplementation());
 }
Exemple #2
0
 public override string GetDataRootForGVFS()
 {
     return(WindowsPlatform.GetDataRootForGVFSImplementation());
 }
Exemple #3
0
 public override string GetDataRootForGVFSComponent(string componentName)
 {
     return(WindowsPlatform.GetDataRootForGVFSComponentImplementation(componentName));
 }
 public override bool TryGetGVFSEnlistmentRoot(string directory, out string enlistmentRoot, out string errorMessage)
 {
     return(WindowsPlatform.TryGetGVFSEnlistmentRootImplementation(directory, out enlistmentRoot, out errorMessage));
 }
 public override bool IsConsoleOutputRedirectedToFile()
 {
     return(WindowsPlatform.IsConsoleOutputRedirectedToFileImplementation());
 }
 public override string GetNamedPipeName(string enlistmentRoot)
 {
     return(WindowsPlatform.GetNamedPipeNameImplementation(enlistmentRoot));
 }
 public override bool IsProcessActive(int processId)
 {
     return(WindowsPlatform.IsProcessActiveImplementation(processId));
 }
Exemple #8
0
 public override string GetLogsDirectoryForGVFSComponent(string componentName)
 {
     return(WindowsPlatform.GetLogsDirectoryForGVFSComponentImplementation(componentName));
 }