C# Class MethodProcessor, AsyncErrorHandler

Show file Open project: Fody/AsyncErrorHandler Class Usage Examples

Public Properties

Property Type Description
HandleMethodFinder HandleMethodFinder,

Public Methods

Method Description
IsSetExceptionMethod ( MethodReference methodReference ) : bool
Process ( MethodDefinition method ) : void

Method Details

IsSetExceptionMethod() public static method

public static IsSetExceptionMethod ( MethodReference methodReference ) : bool
methodReference Mono.Cecil.MethodReference
return bool

Process() public method

public Process ( MethodDefinition method ) : void
method MethodDefinition
return void

Property Details

HandleMethodFinder public property

public HandleMethodFinder, HandleMethodFinder
return HandleMethodFinder,