Show / Hide Table of Contents

Class GitBuffer

A memory buffer that represents data in a Git repository.

Inheritance
System.Object
NativeDisposable
GitBuffer
Inherited Members
NativeDisposable.Dispose()
Namespace: Dogged
Assembly: Dogged.dll
Syntax
public class GitBuffer : NativeDisposable

Properties

| Improve this Doc View Source

Content

Declaration
public ReadOnlySpan<byte> Content { get; }
Property Value
Type Description
ReadOnlySpan<System.Byte>
| Improve this Doc View Source

Length

Declaration
public long Length { get; }
Property Value
Type Description
System.Int64

Methods

| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX