C# Class Genetics.Mappings.MethodMapping

Afficher le fichier Open project: mattleibow/Genetics Class Usage Examples

Méthodes publiques

Méthode Description
CompareMethods ( MethodInfo eventMethod, MethodInfo targetMethod ) : MethodMatch
CompatibleParameterTypes ( Type eventParam, Type targetParam ) : bool
CompatibleReturnTypes ( Type eventReturn, Type targetReturn ) : bool
MethodMapping ( Type type, MethodInfo method, SpliceEventAttribute attr ) : System

Private Methods

Méthode Description
MapMethod ( ) : void

Method Details

CompareMethods() public static méthode

public static CompareMethods ( MethodInfo eventMethod, MethodInfo targetMethod ) : MethodMatch
eventMethod System.Reflection.MethodInfo
targetMethod System.Reflection.MethodInfo
Résultat MethodMatch

CompatibleParameterTypes() public static méthode

public static CompatibleParameterTypes ( Type eventParam, Type targetParam ) : bool
eventParam System.Type
targetParam System.Type
Résultat bool

CompatibleReturnTypes() public static méthode

public static CompatibleReturnTypes ( Type eventReturn, Type targetReturn ) : bool
eventReturn System.Type
targetReturn System.Type
Résultat bool

MethodMapping() public méthode

public MethodMapping ( Type type, MethodInfo method, SpliceEventAttribute attr ) : System
type System.Type
method System.Reflection.MethodInfo
attr Genetics.Attributes.SpliceEventAttribute
Résultat System