[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
Attempts to find the static method described by the parameters,
or a method of the same name that will accept the same type of
parameters.
Namespace: net.esper.util
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function ResolveMethod ( _ className As String, _ methodName As String, _ paramTypes As Type(), _ autoImportService As AutoImportService _ ) As MethodInfo |
C# |
---|
public static MethodInfo ResolveMethod ( string className, string methodName, Type[] paramTypes, AutoImportService autoImportService ) |
Visual C++ |
---|
public: static MethodInfo^ ResolveMethod ( String^ className, String^ methodName, array<Type^>^ paramTypes, AutoImportService^ autoImportService ) |
Parameters
- className
- System.String
- methodName
- System.String
- paramTypes
- System.Type[]
- autoImportService
- net.esper.eql.core.AutoImportService