C# Class Ancestry.Daisy.Statements.StaticAnalysis

Afficher le fichier Open project: Ancestry/Daisy Class Usage Examples

Méthodes publiques

Méthode Description
CreateConverter ( Type destType ) : TransformPredicate

Converts a predicate of Func to Func of the given type.

ExtractProceedFunction ( MethodInfo m ) : ParameterInfo
ExtractProceedFunctionType ( Type func ) : Type
IsAggregateMethod ( MethodInfo m ) : bool
IsProceedFunction ( Type func ) : bool
IsStatementController ( Type type ) : bool
IsStatementMethod ( MethodInfo m ) : bool

Method Details

CreateConverter() public static méthode

Converts a predicate of Func to Func of the given type.
public static CreateConverter ( Type destType ) : TransformPredicate
destType System.Type Type of the dest.
Résultat TransformPredicate

ExtractProceedFunction() public static méthode

public static ExtractProceedFunction ( MethodInfo m ) : ParameterInfo
m System.Reflection.MethodInfo
Résultat System.Reflection.ParameterInfo

ExtractProceedFunctionType() public static méthode

public static ExtractProceedFunctionType ( Type func ) : Type
func System.Type
Résultat System.Type

IsAggregateMethod() public static méthode

public static IsAggregateMethod ( MethodInfo m ) : bool
m System.Reflection.MethodInfo
Résultat bool

IsProceedFunction() public static méthode

public static IsProceedFunction ( Type func ) : bool
func System.Type
Résultat bool

IsStatementController() public static méthode

public static IsStatementController ( Type type ) : bool
type System.Type
Résultat bool

IsStatementMethod() public static méthode

public static IsStatementMethod ( MethodInfo m ) : bool
m System.Reflection.MethodInfo
Résultat bool