 | ExpressionsStaticMethod Method (String, String, Object) |
Static method invocation.
Namespace:
com.espertech.esper.common.client.soda
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic static StaticMethodExpression StaticMethod(
string className,
string method,
params Object[] parameters
)
Parameters
- className
- Type: SystemString
the name of the class to invoke a method on - method
- Type: SystemString
the name of the method to invoke - parameters
- Type: SystemObject
zero, one or more constants that are the parameters to the static method
Return Value
Type:
StaticMethodExpressionexpression
See Also