IPlatformHandle Interface

Represents a platform-specific handle.

Definition

Namespace: Avalonia.Platform
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public interface IPlatformHandle

Properties

Handle Gets the handle.
HandleDescriptor Gets an optional string that describes what Handle represents.

See Also