PlatformHandle Constructor
Initializes a new instance of the PlatformHandle class.
Definition
Namespace: Avalonia.Platform
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public PlatformHandle(
IntPtr handle,
string? descriptor
)
Public Sub New (
handle As IntPtr,
descriptor As String
)
new :
handle : IntPtr *
descriptor : string -> PlatformHandle