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