 | 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
SyntaxModule ReadModule(
FileInfo file
)
Parameters
- file
- Type: System.IOFileInfo
the file to read
Return Value
Type:
Modulemodule
See Also