GitObject Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) |