- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Reflect .Generic - Interfaces
- Base Types
-
- Object
- Derived Types
graph BT
Type-->Base0["Object"]
Type-.->Interface0["IReflectClass"]
click Interface0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Reflect/IReflectClass"
Type-.->Interface1["IDeepClone"]
click Interface1 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Foundation/IDeepClone"
Type["GenericClass"]
class Type type-node
Derived0["GenericArrayClass"]-->Type
click Derived0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Reflect.Generic/GenericArrayClass"
Syntax
public class GenericClass : IReflectClass, IDeepClone
Constructors
Fields
Name | Constant Value | Summary |
---|---|---|
_converter |
Methods
Name | Value | Summary |
---|---|---|
ArrayClass |
GenericClass | |
DeepClone |
Object | |
Ensure |
bool | |
Equals |
bool | |
GetComponentType |
IReflectClass | |
GetDeclaredField |
IReflectField | |
GetDeclaredFields |
IReflectField[] | |
GetDelegate |
IReflectClass | |
GetHashCode |
int | |
GetMethod |
IReflectMethod | |
GetName |
string | |
GetSuperclass |
IReflectClass | |
InitFields |
void | |
IsAbstract |
bool | |
IsArray |
bool | |
IsAssignableFrom |
bool | |
IsCollection |
bool | |
IsInstance |
bool | |
IsInterface |
bool | |
IsPrimitive |
bool | |
IsSimple |
bool | |
NewInstance |
Object | |
NullValue |
Object | |
Reflector |
IReflector | |
ToString |
string | |
ToString |
string |