C# Class XInject.Common.AspectUtils

Datei anzeigen Open project: radixeng/XInject Class Usage Examples

Private Properties

Property Type Description

Public Methods

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

Method Details

AspectUtils() public method

public AspectUtils ( Type concreteType ) : System
concreteType System.Type
return System

ContainsAttribute() public method

public ContainsAttribute ( MethodInfo property, Type attribute ) : bool
property System.Reflection.MethodInfo
attribute System.Type
return bool

WishedAspects() public method

public WishedAspects ( ) : List
return List