C# Class DependencyPropertyWeaver.AttachedDependencyPropertyWeaver

Inheritance: AssemblyWeaverBase
Afficher le fichier Open project: bling/dependencypropertyweaver Class Usage Examples

Méthodes publiques

Méthode Description
AttachedDependencyPropertyWeaver ( Assembly assembly, AssemblyDefinition definition ) : System
Weave ( string typePatternMatch, string attributePatternMatch ) : void

Private Methods

Méthode Description
AddGetterMethod ( AttachedPropertyField field, bool isReadOnly ) : void
AddSetterMethod ( AttachedPropertyField field ) : void
FindAttachedPropertyFields ( Mono.Cecil.TypeDefinition typeDef ) : IEnumerable
Modify ( Mono.Cecil.TypeDefinition type ) : void

Method Details

AttachedDependencyPropertyWeaver() public méthode

public AttachedDependencyPropertyWeaver ( Assembly assembly, AssemblyDefinition definition ) : System
assembly System.Reflection.Assembly
definition Mono.Cecil.AssemblyDefinition
Résultat System

Weave() public méthode

public Weave ( string typePatternMatch, string attributePatternMatch ) : void
typePatternMatch string
attributePatternMatch string
Résultat void