C# Class InterceptorFinder, NotifyPropertyWeaver

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

Méthodes publiques

Свойство Type Description
Found bool
InterceptMethod MethodDefinition
IsBeforeAfter bool

Méthodes publiques

Méthode Description
Execute ( ) : void
IsBeforeAfterMethod ( MethodDefinition method ) : bool
IsSingleStringMethod ( MethodDefinition method ) : bool
SearchForMethod ( TypeDefinition typeDefinition ) : void

Private Methods

Méthode Description
InterceptorFinder ( ModuleReader, moduleReader ) : System.ComponentModel.Composition

Method Details

Execute() public méthode

public Execute ( ) : void
Résultat void

IsBeforeAfterMethod() public méthode

public IsBeforeAfterMethod ( MethodDefinition method ) : bool
method MethodDefinition
Résultat bool

IsSingleStringMethod() public méthode

public IsSingleStringMethod ( MethodDefinition method ) : bool
method MethodDefinition
Résultat bool

SearchForMethod() public méthode

public SearchForMethod ( TypeDefinition typeDefinition ) : void
typeDefinition TypeDefinition
Résultat void

Property Details

Found public_oe property

public bool Found
Résultat bool

InterceptMethod public_oe property

public MethodDefinition InterceptMethod
Résultat MethodDefinition

IsBeforeAfter public_oe property

public bool IsBeforeAfter
Résultat bool