This documentation is archived and is not being maintained.
Package::Open Method (Stream, FileMode)
Visual Studio 2010
Opens a package with a given IO stream and file mode.
Assembly: WindowsBase (in WindowsBase.dll)
Parameters
- stream
- Type: System.IO::Stream
The IO stream on which to open the package.
- packageMode
- Type: System.IO::FileMode
The file mode in which to open the package.
| Exception | Condition |
|---|---|
| ArgumentNullException | stream is nullptr. |
| ArgumentOutOfRangeException | packageMode value is not valid. |
| IOException | The package to open requires read or read/write permission and the specified stream is write-only; or, the package to open requires write or read/write permission and the specified stream is read-only. |
ZipPackage is the default package type that is used by the Open method.
For additional information, see the Open Packaging Conventions (OPC) specification available for download at http://go.microsoft.com/fwlink/?LinkID=71255.
Windows 7, Windows Vista SP1 or later, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: