Метод | Описание | |
---|---|---|
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
|
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Метод | Описание | |
---|---|---|
GetResourceStreamCore ( string name ) : Stream |
public ArchiveResourceCollection ( Stream stream, string name ) : System | ||
stream | Stream | |
name | string | |
Результат | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public GetResource ( string name ) : string | ||
name | string | |
Результат | string |
public GetResourceStream ( string name ) : Stream | ||
name | string | |
Результат | Stream |