C# Class NGit.Util.FS_Win32

Inheritance: FS
Afficher le fichier Open project: red-gate/ngit Class Usage Examples

Méthodes publiques

Méthode Description
CanExecute ( FilePath f ) : bool
FS_Win32 ( ) : System.Collections.Generic
IsCaseSensitive ( ) : bool
NewInstance ( ) : FS
RetryFailedLockFileCommit ( ) : bool
RunInShell ( string cmd, string args ) : ProcessStartInfo
SetExecute ( FilePath f, bool canExec ) : bool
SupportsExecute ( ) : bool

Méthodes protégées

Méthode Description
DiscoverGitPrefix ( ) : FilePath
FS_Win32 ( FS src ) : System.Collections.Generic
UserHomeImpl ( ) : FilePath

Method Details

CanExecute() public méthode

public CanExecute ( FilePath f ) : bool
f Sharpen.FilePath
Résultat bool

DiscoverGitPrefix() protected méthode

protected DiscoverGitPrefix ( ) : FilePath
Résultat Sharpen.FilePath

FS_Win32() public méthode

public FS_Win32 ( ) : System.Collections.Generic
Résultat System.Collections.Generic

FS_Win32() protected méthode

protected FS_Win32 ( FS src ) : System.Collections.Generic
src FS
Résultat System.Collections.Generic

IsCaseSensitive() public méthode

public IsCaseSensitive ( ) : bool
Résultat bool

NewInstance() public méthode

public NewInstance ( ) : FS
Résultat FS

RetryFailedLockFileCommit() public méthode

public RetryFailedLockFileCommit ( ) : bool
Résultat bool

RunInShell() public méthode

public RunInShell ( string cmd, string args ) : ProcessStartInfo
cmd string
args string
Résultat System.Diagnostics.ProcessStartInfo

SetExecute() public méthode

public SetExecute ( FilePath f, bool canExec ) : bool
f Sharpen.FilePath
canExec bool
Résultat bool

SupportsExecute() public méthode

public SupportsExecute ( ) : bool
Résultat bool

UserHomeImpl() protected méthode

protected UserHomeImpl ( ) : FilePath
Résultat Sharpen.FilePath