You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

llama.native.safellamahandlebase.md 1.1 kB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. # SafeLLamaHandleBase
  2. Namespace: LLama.Native
  3. ```csharp
  4. public abstract class SafeLLamaHandleBase : System.Runtime.InteropServices.SafeHandle, System.IDisposable
  5. ```
  6. Inheritance [Object](https://docs.microsoft.com/en-us/dotnet/api/system.object) → [CriticalFinalizerObject](https://docs.microsoft.com/en-us/dotnet/api/system.runtime.constrainedexecution.criticalfinalizerobject) → [SafeHandle](https://docs.microsoft.com/en-us/dotnet/api/system.runtime.interopservices.safehandle) → [SafeLLamaHandleBase](./llama.native.safellamahandlebase.md)<br>
  7. Implements [IDisposable](https://docs.microsoft.com/en-us/dotnet/api/system.idisposable)
  8. ## Properties
  9. ### **IsInvalid**
  10. ```csharp
  11. public bool IsInvalid { get; }
  12. ```
  13. #### Property Value
  14. [Boolean](https://docs.microsoft.com/en-us/dotnet/api/system.boolean)<br>
  15. ### **IsClosed**
  16. ```csharp
  17. public bool IsClosed { get; }
  18. ```
  19. #### Property Value
  20. [Boolean](https://docs.microsoft.com/en-us/dotnet/api/system.boolean)<br>
  21. ## Methods
  22. ### **ToString()**
  23. ```csharp
  24. public string ToString()
  25. ```
  26. #### Returns
  27. [String](https://docs.microsoft.com/en-us/dotnet/api/system.string)<br>