Click or drag to resize

ClassForNameProvider Interface

Provider of lookup of a class name resolving into a class.

Namespace:  com.espertech.esper.common.client.util
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public interface ClassForNameProvider

The ClassForNameProvider type exposes the following members.

Methods
  NameDescription
Public methodClassForName
Lookup class name returning class.
Top
See Also