C# Класс AdvancedLauncher.Tools.Win32.ComCtl32.WindowSubclass

WindowSubclass hooks into the stream of messages that are dispatched to a window.
Наследование: System.Runtime.ConstrainedExecution.CriticalFinalizerObject, IDisposable
Показать файл Открыть проект

Открытые методы

Метод Описание
Dispose ( ) : void
WindowSubclass ( HWND hwnd ) : System

Hooks into the stream of messages that are dispatched to the specified window.

The window must be owned by the calling thread.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void
WndProcOverride ( HWND hwnd, WM msg, IntPtr wParam, IntPtr lParam, IntPtr id, IntPtr data ) : IntPtr

Приватные методы

Метод Описание
DisposeHelper ( bool disposing ) : void
IsCorrectThread ( HWND hwnd ) : bool
WindowSubclass ( ) : System
WndProc ( HWND hwnd, WM msg, IntPtr wParam, IntPtr lParam, IntPtr id, IntPtr data ) : IntPtr
WndProcStub ( IntPtr hwnd, int msg, IntPtr wParam, IntPtr lParam, IntPtr id, IntPtr data ) : IntPtr

Описание методов

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

Dispose() защищенный Метод

protected Dispose ( bool disposing ) : void
disposing bool
Результат void

WindowSubclass() публичный Метод

Hooks into the stream of messages that are dispatched to the specified window.
The window must be owned by the calling thread.
public WindowSubclass ( HWND hwnd ) : System
hwnd AdvancedLauncher.Tools.Win32.User32.HWND
Результат System

WndProcOverride() защищенный Метод

protected WndProcOverride ( HWND hwnd, WM msg, IntPtr wParam, IntPtr lParam, IntPtr id, IntPtr data ) : IntPtr
hwnd AdvancedLauncher.Tools.Win32.User32.HWND
msg WM
wParam System.IntPtr
lParam System.IntPtr
id System.IntPtr
data System.IntPtr
Результат System.IntPtr