C# Class AsyncMethodProcessor, MethodTimer

Exibir arquivo Open project: Fody/MethodTimer Class Usage Examples

Public Properties

Property Type Description
Method MethodDefinition
ModuleWeaver ModuleWeaver,

Public Methods

Method Description
FixReturn ( Instruction returnPoint ) : void
HandleReturns ( ) : void
InjectStopwatch ( int index, Instruction nextInstruction ) : void
InnerProcess ( ) : void
Process ( ) : void

Private Methods

Method Description
GetAsyncReturns ( Collection instructions ) : IEnumerable
GetWriteTimeInstruction ( ) : IEnumerable

Method Details

FixReturn() public method

public FixReturn ( Instruction returnPoint ) : void
returnPoint Instruction
return void

HandleReturns() public method

public HandleReturns ( ) : void
return void

InjectStopwatch() public method

public InjectStopwatch ( int index, Instruction nextInstruction ) : void
index int
nextInstruction Instruction
return void

InnerProcess() public method

public InnerProcess ( ) : void
return void

Process() public method

public Process ( ) : void
return void

Property Details

Method public_oe property

public MethodDefinition Method
return MethodDefinition

ModuleWeaver public_oe property

public ModuleWeaver, ModuleWeaver
return ModuleWeaver,