Class Simd4FUnownedHandle
public class Simd4FUnownedHandle : Simd4FHandle, IDisposable
- Inheritance
-
Simd4FUnownedHandle
- Implements
- Inherited Members
Constructors
Simd4FUnownedHandle(nint)
Creates a new instance of Simd4FOwnedHandle. Assumes that the given pointer is unowned by the runtime.
public Simd4FUnownedHandle(nint ptr)
Parameters
ptr
nint
Properties
NullHandle
public static Simd4FUnownedHandle NullHandle { get; }
Property Value
Methods
Copy()
public Simd4FOwnedHandle Copy()
Returns
ReleaseHandle()
When overridden in a derived class, executes the code required to free the handle.
protected override bool ReleaseHandle()