Provides access to the content of a module.
More...
|
| Stream? | Open (string name) |
| | Opens a resource, returning an input stream to read the resource in the module.
|
| |
| IEnumerable< string > | List () |
| | Lists the contents of the module, returning a stream of elements that are the names of all resources in the module.
|
| |
| void | Dispose () |
| |
Provides access to the content of a module.
Definition at line 11 of file ModuleReader.cs.
◆ Dispose()
| void IKVM.CoreLib.Modules.ModuleReader.Dispose |
( |
| ) |
|
|
abstract |
◆ List()
| IEnumerable< string > IKVM.CoreLib.Modules.ModuleReader.List |
( |
| ) |
|
|
abstract |
Lists the contents of the module, returning a stream of elements that are the names of all resources in the module.
- Returns
◆ Open()
| Stream? IKVM.CoreLib.Modules.ModuleReader.Open |
( |
string | name | ) |
|
|
abstract |
Opens a resource, returning an input stream to read the resource in the module.
- Parameters
-
- Returns
The documentation for this class was generated from the following file: