Click or drag to resize

ExpressionsStaticMethod Method (Type, String, Object)

[Missing <summary> documentation for "M:com.espertech.esper.common.client.soda.Expressions.StaticMethod(System.Type,System.String,System.Object[])"]

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static StaticMethodExpression StaticMethod(
	Type clazz,
	string method,
	params Object[] parameters
)

Parameters

clazz
Type: SystemType

[Missing <param name="clazz"/> documentation for "M:com.espertech.esper.common.client.soda.Expressions.StaticMethod(System.Type,System.String,System.Object[])"]

method
Type: SystemString

[Missing <param name="method"/> documentation for "M:com.espertech.esper.common.client.soda.Expressions.StaticMethod(System.Type,System.String,System.Object[])"]

parameters
Type: SystemObject

[Missing <param name="parameters"/> documentation for "M:com.espertech.esper.common.client.soda.Expressions.StaticMethod(System.Type,System.String,System.Object[])"]

Return Value

Type: StaticMethodExpression

[Missing <returns> documentation for "M:com.espertech.esper.common.client.soda.Expressions.StaticMethod(System.Type,System.String,System.Object[])"]

See Also