Show / Hide Table of Contents

Struct MarshaledStringArray

Keeps a list of MarshaledString instances and provides a way to dispose them all at once. It is a ref struct, so it can not be IDisposable.

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
Namespace: Microsoft.ML.OnnxRuntime
Assembly: Microsoft.ML.OnnxRuntime.dll
Syntax
public ref struct MarshaledStringArray

Methods

| Improve this Doc View Source

Dispose()

Keeps a list of MarshaledString instances and provides a way to dispose them all at once. It is a ref struct, so it can not be IDisposable.

Declaration
public void Dispose()
  • Improve this Doc
  • View Source
In This Article
Back to top