C# Class Cone.Reflection.MemberInfoExtensions

Afficher le fichier Open project: drunkcod/Cone

Méthodes publiques

Méthode Description
GetValue ( this self, object target ) : object

Private Methods

Méthode Description
CreateGetter ( this self, string name ) : Getter
GetGetter ( MemberInfo member, Getter>.Func createGetter ) : Getter
InvokeGet ( MethodInfo getMethod, object target ) : object
NewGetter ( string name, Action buildIl ) : Getter
ReadField ( FieldInfo field, object target ) : object

Method Details

GetValue() public static méthode

public static GetValue ( this self, object target ) : object
self this
target object
Résultat object