Class LiteRTLMNativeHandle
public abstract class LiteRTLMNativeHandle
- Inheritance
-
objectLiteRTLMNativeHandle
- Derived
Properties
Native
protected nint Native { get; init; }
Property Value
- nint
Methods
Dispose()
Destroys the native LiteRT LM object.
public void Dispose()
~LiteRTLMNativeHandle()
protected ~LiteRTLMNativeHandle()
ReleaseUnmanagedResources()
protected abstract void ReleaseUnmanagedResources()
ThrowIfDisposed()
protected void ThrowIfDisposed()
Operators
implicit operator nint(LiteRTLMNativeHandle?)
public static implicit operator nint(LiteRTLMNativeHandle? handle)
Parameters
handleLiteRTLMNativeHandle
Returns
- nint