Table of Contents

Class LiteRTLMNativeHandle

public abstract class LiteRTLMNativeHandle
Inheritance
object
LiteRTLMNativeHandle
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

handle LiteRTLMNativeHandle

Returns

nint