C# Class Cone.Reflection.MemberInfoExtensions

ファイルを表示 Open project: drunkcod/Cone

Public Methods

Method Description
GetValue ( this self, object target ) : object

Private Methods

Method 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 method

public static GetValue ( this self, object target ) : object
self this
target object
return object