C# Class Cuke4Nuke.Core.AfterHook

Inheritance: Hook
Mostra file Open project: richardlawrence/Cuke4Nuke Class Usage Examples

Public Methods

Method Description
AfterHook ( MethodInfo method ) : System
IsValidMethod ( MethodInfo method ) : bool

Private Methods

Method Description
GetHookAttributes ( MethodInfo method ) : HookAttribute[]

Method Details

AfterHook() public method

public AfterHook ( MethodInfo method ) : System
method System.Reflection.MethodInfo
return System

IsValidMethod() public static method

public static IsValidMethod ( MethodInfo method ) : bool
method System.Reflection.MethodInfo
return bool