C# Класс BananaHook.ReflectionDetourNotifier

Наследование: IDetourNotifier
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Dispose ( ) : void
ReflectionDetourNotifier ( HookFactory hookFactory, Delegate targetDelegate ) : System

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

Метод Описание
OnDetourCalled ( DetourCallbackEventArgs e ) : void

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

Метод Описание
GenerateInterceptor ( Delegate targetDelegate ) : Delegate

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

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

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

OnDetourCalled() защищенный метод

protected OnDetourCalled ( DetourCallbackEventArgs e ) : void
e DetourCallbackEventArgs
Результат void

ReflectionDetourNotifier() публичный метод

public ReflectionDetourNotifier ( HookFactory hookFactory, Delegate targetDelegate ) : System
hookFactory HookFactory
targetDelegate System.Delegate
Результат System