Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
SiliconStudio.Paradox.Graphics.WindowHandle Class Reference

A platform specific window handle. More...

Public Member Functions

 WindowHandle (AppContextType context, object nativeHandle)
 Initializes a new instance of the WindowHandle class. More...
 

Public Attributes

readonly AppContextType Context
 The context. More...
 
readonly object NativeHandle
 The native handle. More...
 

Detailed Description

A platform specific window handle.

Definition at line 10 of file WindowContext.cs.

Constructor & Destructor Documentation

SiliconStudio.Paradox.Graphics.WindowHandle.WindowHandle ( AppContextType  context,
object  nativeHandle 
)

Initializes a new instance of the WindowHandle class.

Parameters
contextThe context.
nativeHandleThe native handle.

Definition at line 17 of file WindowContext.cs.

Member Data Documentation

readonly AppContextType SiliconStudio.Paradox.Graphics.WindowHandle.Context

The context.

Definition at line 26 of file WindowContext.cs.

readonly object SiliconStudio.Paradox.Graphics.WindowHandle.NativeHandle

The native handle.

Definition at line 31 of file WindowContext.cs.


The documentation for this class was generated from the following file: