Edit

GitObject Class

Definition

Git object identifier and type information.

[System.Runtime.Serialization.DataContract]
public class GitObject
type GitObject = class
Public Class GitObject
Inheritance
GitObject
Attributes

Constructors

GitObject()

Properties

ObjectId

Object Id (Sha1Id).

ObjectType

Type of object (Commit, Tree, Blob, Tag)

Applies to