Class NativeDisposable
Disposable pattern for objects that manage the lifecycle of native resources.
Inheritance
System.Object
NativeDisposable
Namespace: Dogged
Assembly: Dogged.dll
Syntax
public abstract class NativeDisposable : IDisposable
Methods
| Improve this Doc View SourceDispose()
Disposes the native resources associated with this object.
Declaration
public void Dispose()
Finalize()
Declaration
protected void Finalize()