public override bool IsElevated() { return(WindowsPlatform.IsElevatedImplementation()); }
public override string GetDataRootForGVFS() { return(WindowsPlatform.GetDataRootForGVFSImplementation()); }
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)); }
public override string GetLogsDirectoryForGVFSComponent(string componentName) { return(WindowsPlatform.GetLogsDirectoryForGVFSComponentImplementation(componentName)); }