C# 클래스 GitSharp.Core.Util.Inspector

파일 보기 프로젝트 열기: stschake/GitSharp 1 사용 예제들

공개 메소드들

메소드 설명
ContentStream ( ObjectId id ) : Stream
ContentStream ( string path, string id ) : Stream
Inspect ( ObjectId id ) : string
Inspect ( string path, string id ) : string
Inspector ( Repository db ) : System.IO

비공개 메소드들

메소드 설명
ContentStream ( string filename, ObjectId id ) : Stream
Inspect ( string filename, ObjectId id ) : string

메소드 상세

ContentStream() 공개 메소드

public ContentStream ( ObjectId id ) : Stream
id ObjectId
리턴 System.IO.Stream

ContentStream() 공개 정적인 메소드

public static ContentStream ( string path, string id ) : Stream
path string
id string
리턴 System.IO.Stream

Inspect() 공개 메소드

public Inspect ( ObjectId id ) : string
id ObjectId
리턴 string

Inspect() 공개 정적인 메소드

public static Inspect ( string path, string id ) : string
path string
id string
리턴 string

Inspector() 공개 메소드

public Inspector ( Repository db ) : System.IO
db Repository
리턴 System.IO