Method | Description | |
---|---|---|
ArchiveResourceCollection ( Stream stream, string name ) : System | ||
GetResource ( string name ) : string | ||
GetResourceStream ( string name ) : Stream |
TODO: This is not thread safe, only expose GetResource in interface
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
GetResourceStreamCore ( string name ) : Stream |
public ArchiveResourceCollection ( Stream stream, string name ) : System | ||
stream | Stream | |
name | string | |
return | System |
public GetResourceStream ( string name ) : Stream | ||
name | string | |
return | Stream |