C# Class Git.Core.SymlinkTreeEntry

Inheritance: TreeEntry
Afficher le fichier Open project: igorgue/git-sharp

Méthodes publiques

Méthode Description
GetFileMode ( ) : GitFileMode
SymlinkTreeEntry ( Tree myParent, SHA1 objId, string objName, bool exec ) : System

Method Details

GetFileMode() public méthode

public GetFileMode ( ) : GitFileMode
Résultat GitFileMode

SymlinkTreeEntry() public méthode

public SymlinkTreeEntry ( Tree myParent, SHA1 objId, string objName, bool exec ) : System
myParent Tree
objId SHA1
objName string
exec bool
Résultat System