Метод | Описание | |
---|---|---|
GetValue ( PropertyInfo, prop, object owner, string path = null, Array, index = null ) : object | ||
ResolvePath ( PropertyInfo, prop, string path ) : PropertyInfo, | ||
SetValue ( PropertyInfo, prop, object owner, object value, string path = null, Array, index = null ) : void |
public static GetValue ( PropertyInfo, prop, object owner, string path = null, Array, index = null ) : object | ||
prop | PropertyInfo, | |
owner | object | |
path | string | |
index | Array, | |
Результат | object |
public static ResolvePath ( PropertyInfo, prop, string path ) : PropertyInfo, | ||
prop | PropertyInfo, | |
path | string | |
Результат | PropertyInfo, |
public static SetValue ( PropertyInfo, prop, object owner, object value, string path = null, Array, index = null ) : void | ||
prop | PropertyInfo, | |
owner | object | |
value | object | |
path | string | |
index | Array, | |
Результат | void |