Class WindowHandle
A platform specific window handle.
public class WindowHandle- Inheritance
- 
      objectWindowHandle
Constructors
WindowHandle(AppContextType, object, nint)
Initializes a new instance of the WindowHandle class.
public WindowHandle(AppContextType context, object nativeWindow, nint handle)Parameters
- contextAppContextType
- The context. 
- nativeWindowobject
- The native window instance (Winforms, SDLWindow, ...). 
- handlenint
- The associated handle of - nativeWindow.
Fields
Context
The context.
public readonly AppContextType ContextField Value
Properties
Handle
The associated platform specific handle of NativeWindow.
public nint Handle { get; }Property Value
NativeWindow
The native windows as an opaque object.
public object NativeWindow { get; }Property Value
- object