Interface IPlatformHandle
Represents a platform-specific handle.
public interface IPlatformHandle
Properties
Handle
Gets the handle.
nint Handle { get; }
Property Value
HandleDescriptor
Gets an optional string that describes what Handle represents.
string? HandleDescriptor { get; }