IExternalObjectsWrappedGpuHandle Interface
Unstable.
Note: This API is unstable and may change in a future release.
Not client implementable.
Note: This interface is not client implementable. You need to enable PrivateApi if you want to implement this interface.
Definition
Namespace: Avalonia.Platform
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
[UnstableAttribute]
[NotClientImplementableAttribute]
public interface IExternalObjectsWrappedGpuHandle : IPlatformHandle,
IDisposable
<UnstableAttribute>
<NotClientImplementableAttribute>
Public Interface IExternalObjectsWrappedGpuHandle
Inherits IPlatformHandle, IDisposable
[<UnstableAttribute>]
[<NotClientImplementableAttribute>]
type IExternalObjectsWrappedGpuHandle =
interface
interface IPlatformHandle
interface IDisposable
end
Implements | IPlatformHandle, IDisposable |
Properties
Handle | Gets the handle. (Inherited from IPlatformHandle) |
HandleDescriptor | Gets an optional string that describes what Handle represents. (Inherited from IPlatformHandle) |
Methods
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable) |