Click or drag to resize

EPCompiled Constructor

Ctor.

Namespace:  com.espertech.esper.common.client
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public EPCompiled(
	Assembly assembly,
	EPCompiledManifest manifest
)

Parameters

assembly
Type: System.ReflectionAssembly
assembly containing classes
manifest
Type: com.espertech.esper.common.clientEPCompiledManifest
the manifest
See Also