IPlatformHandle Interface

Summary

Represents a platform-specific handle.
graph BT Type["IPlatformHandle"] class Type type-node Implementing0["INativeControlHostDestroyableControlHandle"]-.->Type click Implementing0 "/api/Avalonia.Controls.Platform/INativeControlHostDestroyableControlHandle" Implementing1["PlatformHandle"]-.->Type click Implementing1 "/api/Avalonia.Platform/PlatformHandle"

Syntax

public interface IPlatformHandle

Properties

Name Value Summary
Handle IntPtr
Gets the handle.
HandleDescriptor string
Gets an optional string that describes what Handle represents.