< Back
SafeLLamaHandleBase
Namespace: LLama.Native
Base class for all llama handles to native resources
| public abstract class SafeLLamaHandleBase : System.Runtime.InteropServices.SafeHandle, System.IDisposable
|
Inheritance Object → CriticalFinalizerObject → SafeHandle → SafeLLamaHandleBase
Implements IDisposable
Fields
handle
Properties
IsInvalid
| public bool IsInvalid { get; }
|
Property Value
Boolean
IsClosed
| public bool IsClosed { get; }
|
Property Value
Boolean
Methods
ToString()
Returns
String
< Back