C# Class XInject.Common.AspectUtils

Afficher le fichier Open project: radixeng/XInject Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AspectUtils ( Type concreteType ) : System
ContainsAttribute ( MethodInfo property, Type attribute ) : bool
WishedAspects ( ) : List

Method Details

AspectUtils() public méthode

public AspectUtils ( Type concreteType ) : System
concreteType System.Type
Résultat System

ContainsAttribute() public méthode

public ContainsAttribute ( MethodInfo property, Type attribute ) : bool
property System.Reflection.MethodInfo
attribute System.Type
Résultat bool

WishedAspects() public méthode

public WishedAspects ( ) : List
Résultat List