C# 클래스 Castle.DynamicProxy.Generators.DelegateProxyGenerator

상속: BaseProxyGenerator
파일 보기 프로젝트 열기: Jarvin-Guan/CleanAOP 1 사용 예제들

공개 메소드들

메소드 설명
DelegateProxyGenerator ( ModuleScope scope, Type delegateType ) : System
GetProxyType ( ) : Type

보호된 메소드들

메소드 설명
GetTypeImplementerMapping ( IEnumerable &contributors, INamingScope namingScope ) : IEnumerable

비공개 메소드들

메소드 설명
CreateTargetField ( ClassEmitter emitter ) : FieldReference
GenerateType ( string name, INamingScope namingScope ) : Type

메소드 상세

DelegateProxyGenerator() 공개 메소드

public DelegateProxyGenerator ( ModuleScope scope, Type delegateType ) : System
scope ModuleScope
delegateType System.Type
리턴 System

GetProxyType() 공개 메소드

public GetProxyType ( ) : Type
리턴 System.Type

GetTypeImplementerMapping() 보호된 메소드

protected GetTypeImplementerMapping ( IEnumerable &contributors, INamingScope namingScope ) : IEnumerable
contributors IEnumerable
namingScope INamingScope
리턴 IEnumerable