Exemplo n.º 1
0
 public static bool IsProcessActive(int processId)
 {
     return(MacPlatform.IsProcessActiveImplementation(processId));
 }
 public static string GetDataRootForGVFS()
 {
     return(MacPlatform.GetDataRootForGVFSImplementation());
 }
 public static bool TryGetGVFSEnlistmentRoot(string directory, out string enlistmentRoot, out string errorMessage)
 {
     return(MacPlatform.TryGetGVFSEnlistmentRootImplementation(directory, out enlistmentRoot, out errorMessage));
 }
 public static string GetNamedPipeName(string enlistmentRoot)
 {
     return(MacPlatform.GetNamedPipeNameImplementation(enlistmentRoot));
 }
 public static string GetUpgradeHighestAvailableVersionDirectory()
 {
     return(MacPlatform.GetUpgradeHighestAvailableVersionDirectoryImplementation());
 }