C# Класс DependencyPropertyWeaver.AttachedDependencyPropertyWeaver

Наследование: AssemblyWeaverBase
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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