コード例 #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
ファイル: WindowsPlatform.cs プロジェクト: sanoursa/VFSForGit
 public override bool TryGetGVFSEnlistmentRoot(string directory, out string enlistmentRoot, out string errorMessage)
 {
     return(WindowsPlatform.TryGetGVFSEnlistmentRootImplementation(directory, out enlistmentRoot, out errorMessage));
 }
コード例 #5
0
ファイル: WindowsPlatform.cs プロジェクト: sanoursa/VFSForGit
 public override bool IsConsoleOutputRedirectedToFile()
 {
     return(WindowsPlatform.IsConsoleOutputRedirectedToFileImplementation());
 }
コード例 #6
0
ファイル: WindowsPlatform.cs プロジェクト: sanoursa/VFSForGit
 public override string GetNamedPipeName(string enlistmentRoot)
 {
     return(WindowsPlatform.GetNamedPipeNameImplementation(enlistmentRoot));
 }
コード例 #7
0
ファイル: WindowsPlatform.cs プロジェクト: sanoursa/VFSForGit
 public override bool IsProcessActive(int processId)
 {
     return(WindowsPlatform.IsProcessActiveImplementation(processId));
 }
コード例 #8
0
ファイル: WindowsPlatform.cs プロジェクト: heehaw12345/vfs
 public override string GetLogsDirectoryForGVFSComponent(string componentName)
 {
     return(WindowsPlatform.GetLogsDirectoryForGVFSComponentImplementation(componentName));
 }