Click or drag to resize

ReflectionUpdater Constructor (String)

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Construct a ReflectionUpdater for a given method name.

Namespace:  Tangosol.Util.Extractor
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
public 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