IReflectConstructor Interface

Summary

Reflection Constructor representation.
graph BT Type["IReflectConstructor"] class Type type-node Implementing0["SerializationConstructor"]-.->Type click Implementing0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Reflect.Net/SerializationConstructor" Implementing1["NetConstructor"]-.->Type click Implementing1 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Reflect.Net/NetConstructor" Implementing2["PlatformReflectConstructor"]-.->Type click Implementing2 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Reflect.Core/PlatformReflectConstructor"

Syntax

public interface IReflectConstructor

Remarks

Reflection Constructor representation

See documentation for System.Reflection API.

Methods

Name Value Summary
GetParameterTypes() IReflectClass[]
NewInstance(Object[]) Object

See Also

  • Db4objects.Db4o.Reflect.IReflector