Class TitleContainer
Provides functionality for opening a stream in the title storage area.
public static class TitleContainer
- Inheritance
-
TitleContainer
- Inherited Members
Methods
OpenStream(string)
Returns an open stream to an existing file in the title storage area.
public static Stream OpenStream(string name)
Parameters
name
stringThe filepath relative to the title storage area.
Returns
- Stream
An open stream if file is found.
Exceptions
- ArgumentNullException
If name is null or invalid.