C# 클래스 AspectSharp.LoggingExample.Application

Sample application demonstrating a very basic use of Aspect#.
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

비공개 메소드들

메소드 설명
ClassInvocation ( ) : void

Shows interception of an class method.

InterfaceInvocation ( ) : void

Shows interception of an interface method.

Main ( string args ) : void