Skip to main content

IPlatformHandle Interface

Definition

Assembly:Avalonia.Base
Package:Avalonia

Represents a platform-specific handle.

public interface IPlatformHandle

Properties

NameDescription
HandleGets the handle.
HandleDescriptorGets an optional string that describes what Avalonia.Platform.IPlatformHandle.Handle represents.

Handle Property

Gets the handle.

public IntPtr Handle { get; set; }

HandleDescriptor Property

Gets an optional string that describes what Avalonia.Platform.IPlatformHandle.Handle represents.

public string HandleDescriptor { get; set; }