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