ReflectionUpdater Constructor (String) |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Construct a ReflectionUpdater for a given method name.
Namespace:
Tangosol.Util.Extractor
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntaxpublic ReflectionUpdater(
string memberName
)
Parameters
- memberName
- Type: SystemString
The name of the method to invoke via reflection.
Remarks
This implementation assumes that the corresponding types will
have one and only one member with a specified name and, in the
case this member is method, it will have exactly one parameter.
See Also