FastReflectionExtensions 类 |
[缺少 "T:CPF.Reflection.FastReflectionExtensions" 的 <summary> 文档]
命名空间: CPF.Reflection
public static class FastReflectionExtensions
FastReflectionExtensions 类型公开以下成员。
名称 | 说明 | |
---|---|---|
![]() ![]() | FastGetValue(FieldInfo, Object) | |
![]() ![]() | FastGetValue(PropertyInfo, Object) | |
![]() ![]() | FastInvoke(ConstructorInfo, Object) | |
![]() ![]() | FastInvoke(MethodInfo, Object, Object) |
反射快速调用
|
![]() ![]() | FastSetValue | |
![]() ![]() | GetValue |
快速动态获取对象的属性值
|
![]() ![]() | Invoke |
快速动态调用对象的方法
|
![]() ![]() | SetValue |
快速动态设置对象的属性值
|