Skip to main content

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)

[UnstableAttribute]
[NotClientImplementableAttribute]
public interface IExternalObjectsWrappedGpuHandle : IPlatformHandle,
IDisposable
ImplementsIPlatformHandle, IDisposable

Properties

HandleGets the handle.
(Inherited from IPlatformHandle)
HandleDescriptorGets 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)

See Also

Reference

Avalonia.Platform Namespace