Show / Hide Table of Contents

Class Reference

A reference is a pointer to a commit or another reference; reference types are branches and tags.

Inheritance
System.Object
NativeDisposable
Reference
DirectReference
SymbolicReference
Inherited Members
NativeDisposable.Dispose()
Namespace: Dogged
Assembly: Dogged.dll
Syntax
public abstract class Reference : NativeDisposable

Constructors

| Improve this Doc View Source

Reference()

Declaration
protected Reference()

Properties

| Improve this Doc View Source

Name

Gets the fully-qualified name of the reference. For branches, this will be prefixed with "refs/heads"; for tags, this will be prefixed with "refs/tags".

Declaration
public string Name { get; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

Peel()

Declaration
public GitObject Peel()
Returns
Type Description
GitObject
| Improve this Doc View Source

Peel<T>()

Declaration
public T Peel<T>()
    where T : GitObject
Returns
Type Description
T
Type Parameters
Name Description
T
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX