Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Construct a ReflectionUpdater for a given method name.

Namespace: Tangosol.Util.Extractor
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
public ReflectionUpdater(
	string memberName
)

Parameters

memberName
Type: System..::..String
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