C# Class Castle.ManagementExtensions.Default.Strategy.MemberResolver

Summary description for MemberResolver.
Afficher le fichier Open project: nats/castle-1.0.3-mono Class Usage Examples

Méthodes publiques

Méthode Description
BuildOperationName ( String name, ParameterInfo args ) : String
BuildOperationName ( String name, Type args ) : String
GetMethod ( String methodName ) : MethodInfo
GetProperty ( String propertyName ) : PropertyInfo
Match ( ParameterInfo parameters, Type signature ) : bool
MemberResolver ( ManagementInfo info, Type target ) : System

Private Methods

Méthode Description
GetArraySig ( ParameterInfo args ) : String
GetArraySig ( Type args ) : String
ResolveAttributes ( ManagementInfo info, Type target ) : void
ResolveOperations ( ManagementInfo info, Type target ) : void

Method Details

BuildOperationName() public static méthode

public static BuildOperationName ( String name, ParameterInfo args ) : String
name String
args System.Reflection.ParameterInfo
Résultat String

BuildOperationName() public static méthode

public static BuildOperationName ( String name, Type args ) : String
name String
args System.Type
Résultat String

GetMethod() public méthode

public GetMethod ( String methodName ) : MethodInfo
methodName String
Résultat System.Reflection.MethodInfo

GetProperty() public méthode

public GetProperty ( String propertyName ) : PropertyInfo
propertyName String
Résultat System.Reflection.PropertyInfo

Match() public static méthode

public static Match ( ParameterInfo parameters, Type signature ) : bool
parameters System.Reflection.ParameterInfo
signature System.Type
Résultat bool

MemberResolver() public méthode

public MemberResolver ( ManagementInfo info, Type target ) : System
info ManagementInfo
target System.Type
Résultat System