Summary
Reflection implementation for Class to map to .NET reflection.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Reflect .Net - Interfaces
- Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type-.->Interface0["IConstructorAwareReflectClass"]
click Interface0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Reflect.Core/IConstructorAwareReflectClass"
Type-.->Interface1["IReflectClass"]
click Interface1 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Reflect/IReflectClass"
Type["NetClass"]
class Type type-node
Syntax
public class NetClass : IConstructorAwareReflectClass, IReflectClass
Remarks
Reflection implementation for Class to map to .NET reflection.
Constructors
Name | Summary |
---|---|
NetClass |
Fields
Name | Constant Value | Summary |
---|---|---|
_reflector |
Methods
Name | Value | Summary |
---|---|---|
CreateField |
IReflectField | |
Ensure |
bool | |
GetComponentType |
IReflectClass | |
GetDeclaredField |
IReflectField | |
GetDeclaredFields |
IReflectField[] | |
GetDelegate |
IReflectClass | |
GetMethod |
IReflectMethod | |
GetName |
string | |
GetNetType |
Type | |
Get |
IReflectConstructor | |
GetSuperclass |
IReflectClass | |
IsAbstract |
bool | |
IsArray |
bool | |
IsAssignableFrom |
bool | |
IsCollection |
bool | |
IsInstance |
bool | |
IsInterface |
bool | |
IsPrimitive |
bool | |
IsSimple |
bool | |
NewInstance |
Object | |
NullValue |
Object | |
Reflector |
IReflector | |
ToString |
string |