Summary
Reflection Method representation.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Reflect - Implementing Types
graph BT
Type["IReflectMethod"]
class Type type-node
Implementing0["NetMethod"]-.->Type
click Implementing0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Reflect.Net/NetMethod"
Syntax
public interface IReflectMethod
Remarks
Reflection Method representation
See documentation for System.Reflection API.
See documentation for System.Reflection API.
Methods
Name | Value | Summary |
---|---|---|
GetReturnType |
IReflectClass | |
Invoke |
Object |
See Also
- Db4objects.Db4o.Reflect.IReflector