Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Construct a ReflectionUpdater for a given method name.

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

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