C# Class RecursiveIlFinder, NotifyPropertyWeaver

Afficher le fichier Open project: shiftkey/NotifyPropertyWeaver Class Usage Examples

Méthodes publiques

Свойство Type Description
Instructions List

Méthodes publiques

Méthode Description
Execute ( MethodDefinition getMethod ) : void
RecursiveIlFinder ( TypeDefinition typeDefinition ) : System.Collections.Generic

Private Methods

Méthode Description
IsCall ( OpCode opCode ) : bool

Method Details

Execute() public méthode

public Execute ( MethodDefinition getMethod ) : void
getMethod MethodDefinition
Résultat void

RecursiveIlFinder() public méthode

public RecursiveIlFinder ( TypeDefinition typeDefinition ) : System.Collections.Generic
typeDefinition TypeDefinition
Résultat System.Collections.Generic

Property Details

Instructions public_oe property

public List Instructions
Résultat List