MemberInfoExtensions Class
MemberInfo extension for unifying code between FieldInfo and PropertyInfo.
static object GetValue ( this MemberInfo memberInfo,
object instance )
static void SetValue ( this MemberInfo memberInfo,
object instance,
object value )
static Type GetDataType ( this MemberInfo memberInfo )
static bool IsStatic ( this MemberInfo memberInfo )
static bool IsPublic ( this MemberInfo memberInfo )
static string BuildSignatureForDebugInspector ( this MemberInfo memberInfo )
static bool IsCompatibleWithDebugInspector ( this MemberInfo memberInfo )
static bool IsTypeEqual ( this MemberInfo member,
Type type )
static bool CanBeChanged ( this MemberInfo memberInfo )