C# Class AspectSharp.Core.Matchers.SingleTypeMatcher

Summary description for SingleTypeMatcher.
Inheritance: IClassMatcher
Afficher le fichier Open project: nats/castle-1.0.3-mono

Méthodes publiques

Méthode Description
Match ( Type targetType, AspectSharp.Lang.AST.AspectDefinition aspect ) : bool

Méthodes protégées

Méthode Description
GetTypeToCompare ( AspectSharp.Lang.AST.AspectDefinition aspect ) : Type
SingleTypeMatcher ( ) : System

Method Details

GetTypeToCompare() protected méthode

protected GetTypeToCompare ( AspectSharp.Lang.AST.AspectDefinition aspect ) : Type
aspect AspectSharp.Lang.AST.AspectDefinition
Résultat System.Type

Match() public méthode

public Match ( Type targetType, AspectSharp.Lang.AST.AspectDefinition aspect ) : bool
targetType System.Type
aspect AspectSharp.Lang.AST.AspectDefinition
Résultat bool

SingleTypeMatcher() protected méthode

protected SingleTypeMatcher ( ) : System
Résultat System