[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Used for retrieving static method objects. It provides two points of added functionality over the standard System.Reflection mechanism of retrieving methods. First, class names can be partial, and if the class name is partial then import service is searched for the class.

Namespace: net.esper.util
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Class StaticMethodResolver
C#
public class StaticMethodResolver
Visual C++
public ref class StaticMethodResolver

Inheritance Hierarchy

System.Object
  net.esper.util.StaticMethodResolver