C# 클래스 Castle.Facilities.AspectSharp.AspectSharpFacility

상속: Castle.MicroKernel.Facilities.AbstractFacility
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
AspectSharpFacility ( ) : AspectSharp.Lang.AST

보호된 메소드들

메소드 설명
ConfigurationToXml ( IConfiguration config, XmlElement root ) : XmlElement
ConfigurationToXml ( IConfiguration config ) : string
Init ( ) : void

비공개 메소드들

메소드 설명
OnComponentRegistered ( String key, IHandler handler ) : void
RegisterAspectEngine ( ) : void
RegisterInterceptor ( ) : void
Union ( AspectSharp.Lang.AST.AspectDefinition aspects ) : AspectSharp.Lang.AST.AspectDefinition

메소드 상세

AspectSharpFacility() 공개 메소드

public AspectSharpFacility ( ) : AspectSharp.Lang.AST
리턴 AspectSharp.Lang.AST

ConfigurationToXml() 보호된 메소드

protected ConfigurationToXml ( IConfiguration config, XmlElement root ) : XmlElement
config IConfiguration
root System.Xml.XmlElement
리턴 System.Xml.XmlElement

ConfigurationToXml() 보호된 메소드

protected ConfigurationToXml ( IConfiguration config ) : string
config IConfiguration
리턴 string

Init() 보호된 메소드

protected Init ( ) : void
리턴 void