Click or drag to resize

EPCompilerReadModule Method

Overload List
  NameDescription
Public methodReadModule(FileInfo)
Read the module by reading the text file and return the module.
Public methodReadModule(Uri)
Read the module by reading from the URL provided and return the module.
Public methodReadModule(Stream, String)
Read the input stream and return the module. It is up to the calling method to close the stream when done.
Public methodReadModule(String, IResourceManager)
Read the resource by opening from resource manager and return the module.
Top
See Also