![]() | EPCompilerReadModule Method |
Name | Description | |
---|---|---|
![]() | ReadModule(FileInfo) |
Read the module by reading the text file and return the module.
|
![]() | ReadModule(Uri) |
Read the module by reading from the URL provided and return the module.
|
![]() | ReadModule(Stream, String) |
Read the input stream and return the module. It is up to the calling method to close the stream when done.
|
![]() | ReadModule(String, IResourceManager) |
Read the resource by opening from resource manager and return the module.
|