C# Class GitSharp.Core.Util.Inspector

Afficher le fichier Open project: stschake/GitSharp Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
ContentStream ( string filename, ObjectId id ) : Stream
Inspect ( string filename, ObjectId id ) : string

Method Details

ContentStream() public méthode

public ContentStream ( ObjectId id ) : Stream
id ObjectId
Résultat System.IO.Stream

ContentStream() public static méthode

public static ContentStream ( string path, string id ) : Stream
path string
id string
Résultat System.IO.Stream

Inspect() public méthode

public Inspect ( ObjectId id ) : string
id ObjectId
Résultat string

Inspect() public static méthode

public static Inspect ( string path, string id ) : string
path string
id string
Résultat string

Inspector() public méthode

public Inspector ( Repository db ) : System.IO
db Repository
Résultat System.IO