C# Class BananaHook.ReflectionDetourNotifier

Inheritance: IDetourNotifier
Afficher le fichier Open project: sgraf812/BananaHook Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
ReflectionDetourNotifier ( HookFactory hookFactory, Delegate targetDelegate ) : System

Méthodes protégées

Méthode Description
OnDetourCalled ( DetourCallbackEventArgs e ) : void

Private Methods

Méthode Description
GenerateInterceptor ( Delegate targetDelegate ) : Delegate

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

OnDetourCalled() protected méthode

protected OnDetourCalled ( DetourCallbackEventArgs e ) : void
e DetourCallbackEventArgs
Résultat void

ReflectionDetourNotifier() public méthode

public ReflectionDetourNotifier ( HookFactory hookFactory, Delegate targetDelegate ) : System
hookFactory HookFactory
targetDelegate System.Delegate
Résultat System