Table of Contents

Interface IPlatformHandle

Namespace
Avalonia.Platform
Assembly
Avalonia.Base.dll

Represents a platform-specific handle.

public interface IPlatformHandle

Properties

Handle

Gets the handle.

nint Handle { get; }

Property Value

nint

HandleDescriptor

Gets an optional string that describes what Handle represents.

string? HandleDescriptor { get; }

Property Value

string