C# Класс NCop.Aspects.Weaving.AbstractMethodBindingWeaver

Наследование: IBindingWeaver, IBindingTypeReflector
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
aspectWeavingSettings IAspectWeavingSettings
bindingCounter int
bindingSettings BindingSettings
callingConventions CallingConventions
ctorAttributes MethodAttributes
fieldBuilder System.Reflection.Emit.FieldBuilder
methodAttr MethodAttributes
methodScopeWeaver IMethodScopeWeaver
singletonFieldAttributes FieldAttributes
typeBuilder System.Reflection.Emit.TypeBuilder

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

Метод Описание
Weave ( ) : FieldInfo

Защищенные методы

Метод Описание
ResolveParameterTypes ( ) : MethodParameters
WeaveConstructors ( ) : void
WeaveInvokeMethod ( ) : void
WeaveProceedMethod ( ) : void
WeaveTypeBuilder ( ) : void

Приватные методы

Метод Описание
AbstractMethodBindingWeaver ( MethodInfo method, BindingSettings bindingSettings, IAspectWeavingSettings aspectWeavingSettings, IMethodScopeWeaver methodScopeWeaver ) : System

Описание методов

ResolveParameterTypes() защищенный Метод

protected ResolveParameterTypes ( ) : MethodParameters
Результат MethodParameters

Weave() публичный Метод

public Weave ( ) : FieldInfo
Результат System.Reflection.FieldInfo

WeaveConstructors() защищенный Метод

protected WeaveConstructors ( ) : void
Результат void

WeaveInvokeMethod() защищенный Метод

protected WeaveInvokeMethod ( ) : void
Результат void

WeaveProceedMethod() защищенный Метод

protected WeaveProceedMethod ( ) : void
Результат void

WeaveTypeBuilder() защищенный Метод

protected WeaveTypeBuilder ( ) : void
Результат void

Описание свойств

aspectWeavingSettings защищенное свойство

protected IAspectWeavingSettings aspectWeavingSettings
Результат IAspectWeavingSettings

bindingCounter защищенное статическое свойство

protected static int bindingCounter
Результат int

bindingSettings защищенное свойство

protected BindingSettings,NCop.Aspects.Weaving bindingSettings
Результат BindingSettings

callingConventions защищенное свойство

protected CallingConventions callingConventions
Результат CallingConventions

ctorAttributes защищенное свойство

protected MethodAttributes ctorAttributes
Результат MethodAttributes

fieldBuilder защищенное свойство

protected FieldBuilder,System.Reflection.Emit fieldBuilder
Результат System.Reflection.Emit.FieldBuilder

methodAttr защищенное свойство

protected MethodAttributes methodAttr
Результат MethodAttributes

methodScopeWeaver защищенное свойство

protected IMethodScopeWeaver methodScopeWeaver
Результат IMethodScopeWeaver

singletonFieldAttributes защищенное свойство

protected FieldAttributes singletonFieldAttributes
Результат FieldAttributes

typeBuilder защищенное свойство

protected TypeBuilder,System.Reflection.Emit typeBuilder
Результат System.Reflection.Emit.TypeBuilder