Summary
a spec holding a constructor, it's arguments
and information, if the constructor can instantiate
objects.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Reflect .Core - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["ReflectConstructorSpec"]
class Type type-node
Syntax
public class ReflectConstructorSpec
Remarks
a spec holding a constructor, it's arguments
and information, if the constructor can instantiate
objects.
Constructors
Fields
Name | Constant Value | Summary |
---|---|---|
InvalidConstructor |
static
|
|
Unspecified |
static
|
Methods
Name | Value | Summary |
---|---|---|
CanBeInstantiated |
TernaryBool |
returns true if an instance can be instantiated
with the constructor, otherwise false.
|
NewInstance |
Object |
creates a new instance.
|