C# 클래스 Git.Core.TreeEntry

Every Tree has entries, which are more trees and blobs, this is a representation of a tree entry that can be another tree or a blob
파일 보기 프로젝트 열기: igorgue/git-sharp 1 사용 예제들

공개 메소드들

메소드 설명
IsTree ( ) : bool
ToString ( ) : string
TreeEntry ( byte mode, string name, SHA1 id ) : System

비공개 메소드들

메소드 설명
GetGitType ( ) : string

Blob or Tree?

메소드 상세

IsTree() 공개 메소드

public IsTree ( ) : bool
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

TreeEntry() 공개 메소드

public TreeEntry ( byte mode, string name, SHA1 id ) : System
mode byte
name string
id SHA1
리턴 System