Class TextureDownloaderOwnedHandle
public class TextureDownloaderOwnedHandle : TextureDownloaderHandle, IDisposable, IEquatable<TextureDownloaderHandle>
  - Inheritance
 - 
      
      
      
      
      TextureDownloaderOwnedHandle
 
- Implements
 
- Inherited Members
 
Constructors
TextureDownloaderOwnedHandle(nint)
Creates a new instance of TextureDownloaderOwnedHandle. Assumes that the given pointer is owned by the runtime.
public TextureDownloaderOwnedHandle(nint ptr)
  Parameters
ptrnint
Methods
FromUnowned(nint)
Create a TextureDownloaderOwnedHandle from a pointer that is assumed unowned. To do so a boxed copy is created of the given pointer to be used as the handle.
public static TextureDownloaderOwnedHandle FromUnowned(nint ptr)
  Parameters
ptrnintA pointer to a TextureDownloader which is not owned by the runtime.
Returns
- TextureDownloaderOwnedHandle
 A TextureDownloaderOwnedHandle
ReleaseHandle()
When overridden in a derived class, executes the code required to free the handle.
protected override bool ReleaseHandle()