C# Class Castle.Facilities.EventWiring.NaiveMethodNameExtractor

Extracts MethodInfo of metho invoked in delegate. Based on ILReader class from http://www.gocosmos.org project
Show file Open project: castleproject/Windsor Class Usage Examples

Public Methods

Method Description
NaiveMethodNameExtractor ( Delegate @delegate ) : System

Private Methods

Method Description
GetCalledMethod ( byte rawOperand ) : MethodBase
IsSupportedOpCode ( OpCodeValues currentOpCode ) : bool
OperandValueAsInt32 ( byte rawOperand ) : int
Read ( ) : void
ReadOpCode ( OpCodeValues &opCodeValue ) : bool
ReadOperand ( byte operandSize ) : byte[]

Method Details

NaiveMethodNameExtractor() public method

public NaiveMethodNameExtractor ( Delegate @delegate ) : System
@delegate System.Delegate
return System