C# Class InterceptorFinder, NotifyPropertyWeaver

Datei anzeigen Open project: shiftkey/NotifyPropertyWeaver Class Usage Examples

Public Properties

Property Type Description
Found bool
InterceptMethod MethodDefinition
IsBeforeAfter bool

Public Methods

Method Description
Execute ( ) : void
IsBeforeAfterMethod ( MethodDefinition method ) : bool
IsSingleStringMethod ( MethodDefinition method ) : bool
SearchForMethod ( TypeDefinition typeDefinition ) : void

Private Methods

Method Description
InterceptorFinder ( ModuleReader, moduleReader ) : System.ComponentModel.Composition

Method Details

Execute() public method

public Execute ( ) : void
return void

IsBeforeAfterMethod() public method

public IsBeforeAfterMethod ( MethodDefinition method ) : bool
method MethodDefinition
return bool

IsSingleStringMethod() public method

public IsSingleStringMethod ( MethodDefinition method ) : bool
method MethodDefinition
return bool

SearchForMethod() public method

public SearchForMethod ( TypeDefinition typeDefinition ) : void
typeDefinition TypeDefinition
return void

Property Details

Found public_oe property

public bool Found
return bool

InterceptMethod public_oe property

public MethodDefinition InterceptMethod
return MethodDefinition

IsBeforeAfter public_oe property

public bool IsBeforeAfter
return bool