IPlatformHandle Interface
Definition
Represents a platform-specific handle.
public interface IPlatformHandle
Properties
| Name | Description |
|---|---|
| Handle | Gets the handle. |
| HandleDescriptor | Gets 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; }