PlatformHandle.

PlatformHandle(IntPtr, string) Constructor

Summary

Initializes a new instance of the PlatformHandle class.
Namespace
Avalonia.Platform
Containing Type
PlatformHandle

Syntax

public PlatformHandle(IntPtr handle, string descriptor)

Parameters

Name Type Description
handle IntPtr The handle.
descriptor string An optional string that describes what handle represents.

Return Value

Type Description
void