C# Class AspectSharp.LoggingExample.Application

Sample application demonstrating a very basic use of Aspect#.
Afficher le fichier Open project: nats/castle-1.0.3-mono

Private Methods

Méthode Description
ClassInvocation ( ) : void

Shows interception of an class method.

InterfaceInvocation ( ) : void

Shows interception of an interface method.

Main ( string args ) : void