StreamInfo.GetStream Method
.NET Framework 4.5
Opens and returns the I/O stream for the Package root.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
GetStream() | Returns a stream opened in a default FileMode and FileAccess. |
|
GetStream(FileMode) | Returns an I/O stream opened in a specified FileMode. |
|
GetStream(FileMode, FileAccess) | Returns an I/O stream opened in a specified FileMode and with a given FileAccess. |