C# Class Cuke4Nuke.Core.AfterHook

Inheritance: Hook
Afficher le fichier Open project: richardlawrence/Cuke4Nuke Class Usage Examples

Méthodes publiques

Méthode Description
AfterHook ( MethodInfo method ) : System
IsValidMethod ( MethodInfo method ) : bool

Private Methods

Méthode Description
GetHookAttributes ( MethodInfo method ) : HookAttribute[]

Method Details

AfterHook() public méthode

public AfterHook ( MethodInfo method ) : System
method System.Reflection.MethodInfo
Résultat System

IsValidMethod() public static méthode

public static IsValidMethod ( MethodInfo method ) : bool
method System.Reflection.MethodInfo
Résultat bool