Interface IMethodValidator
Validates method to execute.
public interface IMethodValidator
Methods
Validate(MethodInfo)
Determines whether a method is allowed to execute and throws an exception otherwise.
void Validate(MethodInfo method)
Parameters
method
MethodInfoThe method to validate.