Summary
Represents a platform-specific handle.
- Namespace
- Avalonia
.Platform - Interfaces
- Base Types
-
- object
graph BT
Type-->Base0["object"]
Type-.->Interface0["IPlatformHandle"]
click Interface0 "/api/Avalonia.Platform/IPlatformHandle"
Type["PlatformHandle"]
class Type type-node
Syntax
public class PlatformHandle : IPlatformHandle
Constructors
Name | Summary |
---|---|
PlatformHandle |
Initializes a new instance of the PlatformHandle class.
|
Properties
Name | Value | Summary |
---|---|---|
Handle | IntPtr |
Gets the handle.
|
HandleDescriptor | string |
Gets an optional string that describes what
Handle represents.
|