Reflection4 Class

Assembly
Db4objects.Db4o-2010.dll
Namespace
Db4objects.Db4o.Internal
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["Reflection4"] class Type type-node

Syntax

public class Reflection4

Methods

Name Value Summary
Dump(Object) string
static
GetField(Type, string) FieldInfo
static
GetFieldValue(Object, string) Object
static
GetMethod(string, string, Type[]) MethodInfo
calling this method "method" will break C# conversion with the old converter
static
GetMethod(Type, string, Type[]) MethodInfo
static
Invoke(Object, string, Object[]) Object
static
Invoke(Object, string, Type, Object) Object
static
Invoke(Object, string, Type[], Object[]) Object
static
Invoke(Object, string) Object
static
Invoke(Object[], Object, MethodInfo) Object
static
Invoke(string, string, Type[], Object[], Object) Object
static
Invoke(Type, string, Type[], Object[]) Object
static
InvokeStatic(Type, string) Object
static
NewInstance(Object) Object
static