C# Class RecursiveIlFinder, NotifyPropertyWeaver

Show file Open project: shiftkey/NotifyPropertyWeaver Class Usage Examples

Public Properties

Property Type Description
Instructions List

Public Methods

Method Description
Execute ( MethodDefinition getMethod ) : void
RecursiveIlFinder ( TypeDefinition typeDefinition ) : System.Collections.Generic

Private Methods

Method Description
IsCall ( OpCode opCode ) : bool

Method Details

Execute() public method

public Execute ( MethodDefinition getMethod ) : void
getMethod MethodDefinition
return void

RecursiveIlFinder() public method

public RecursiveIlFinder ( TypeDefinition typeDefinition ) : System.Collections.Generic
typeDefinition TypeDefinition
return System.Collections.Generic

Property Details

Instructions public property

public List Instructions
return List