Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
SFB.WindowWrapper Class Reference
Inheritance diagram for SFB.WindowWrapper:

Public Member Functions

 WindowWrapper (IntPtr handle)
 

Properties

IntPtr Handle [get]
 

Private Attributes

IntPtr _hwnd
 

Detailed Description

Definition at line 6 of file WindowWrapper.cs.

Constructor & Destructor Documentation

◆ WindowWrapper()

SFB.WindowWrapper.WindowWrapper ( IntPtr  handle)
inline

Definition at line 12 of file WindowWrapper.cs.

13 {
14 _hwnd = handle;
15 }

References SFB.WindowWrapper._hwnd.

Member Data Documentation

◆ _hwnd

IntPtr SFB.WindowWrapper._hwnd
private

Definition at line 8 of file WindowWrapper.cs.

Referenced by SFB.WindowWrapper.WindowWrapper().

Property Documentation

◆ Handle

IntPtr SFB.WindowWrapper.Handle
get

Definition at line 10 of file WindowWrapper.cs.


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