C# Класс AspectSharp.LoggingExample.Application

Sample application demonstrating a very basic use of Aspect#.
Показать файл Открыть проект

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

Метод Описание
ClassInvocation ( ) : void

Shows interception of an class method.

InterfaceInvocation ( ) : void

Shows interception of an interface method.

Main ( string args ) : void