Click or drag to resize

EPCompilerReadModule Method (FileInfo)

Read the module by reading the text file and return the module.

Namespace:  com.espertech.esper.compiler.client
Assembly:  NEsper.Compiler (in NEsper.Compiler.dll) Version: 8.0.0.0
Syntax
C#
Module ReadModule(
	FileInfo file
)

Parameters

file
Type: System.IOFileInfo
the file to read

Return Value

Type: Module
module
See Also