Method | Description | |
---|---|---|
Dispose ( ) : void | ||
GetResource ( string name ) : string | ||
GetResourceStream ( string name ) : Stream | ||
GetResourceStreams ( string selector = null ) : Stream>>.IEnumerable |
||
GetResources ( string selector = null ) : string>>.IEnumerable |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
GetString ( Stream stream ) : string |
public abstract GetResourceStream ( string name ) : Stream | ||
name | string | |
return | Stream |
public GetResourceStreams ( string selector = null ) : Stream>>.IEnumerable |
||
selector | string | |
return | Stream>>.IEnumerable |
public GetResources ( string selector = null ) : string>>.IEnumerable |
||
selector | string | |
return | string>>.IEnumerable |
protected static GetString ( Stream stream ) : string | ||
stream | Stream | |
return | string |