ReleaseEp property

Pointer<NativeFunction<Void Function(Pointer<OrtEpFactory> this_ptr, Pointer<OrtEp> ep)>> ReleaseEp
getter/setter pair

\brief Release the OrtEp instance.

\paramin this_ptr The OrtEpFactory instance. \paramin ep The OrtEp instance to release.

\since Version 1.22.

Implementation

external ffi.Pointer<
  ffi.NativeFunction<
    ffi.Void Function(
      ffi.Pointer<OrtEpFactory> this_ptr,
      ffi.Pointer<OrtEp> ep,
    )
  >
>
ReleaseEp;