Show / Hide Table of Contents

Class NativeDisposable

Disposable pattern for objects that manage the lifecycle of native resources.

Inheritance
System.Object
NativeDisposable
GitBuffer
GitObject
Index
IndexEnumerator
ObjectDatabase
ObjectDatabaseObject
Reference
ReferenceEnumerator
Repository
RevisionSpec
Namespace: Dogged
Assembly: Dogged.dll
Syntax
public abstract class NativeDisposable : IDisposable

Methods

| Improve this Doc View Source

Dispose()

Disposes the native resources associated with this object.

Declaration
public void Dispose()
| Improve this Doc View Source

Finalize()

Declaration
protected void Finalize()
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX