C# 클래스 DependencyPropertyWeaver.AttachedDependencyPropertyWeaver

상속: AssemblyWeaverBase
파일 보기 프로젝트 열기: bling/dependencypropertyweaver 1 사용 예제들

공개 메소드들

메소드 설명
AttachedDependencyPropertyWeaver ( Assembly assembly, AssemblyDefinition definition ) : System
Weave ( string typePatternMatch, string attributePatternMatch ) : void

비공개 메소드들

메소드 설명
AddGetterMethod ( AttachedPropertyField field, bool isReadOnly ) : void
AddSetterMethod ( AttachedPropertyField field ) : void
FindAttachedPropertyFields ( Mono.Cecil.TypeDefinition typeDef ) : IEnumerable
Modify ( Mono.Cecil.TypeDefinition type ) : void

메소드 상세

AttachedDependencyPropertyWeaver() 공개 메소드

public AttachedDependencyPropertyWeaver ( Assembly assembly, AssemblyDefinition definition ) : System
assembly System.Reflection.Assembly
definition Mono.Cecil.AssemblyDefinition
리턴 System

Weave() 공개 메소드

public Weave ( string typePatternMatch, string attributePatternMatch ) : void
typePatternMatch string
attributePatternMatch string
리턴 void