Version

Open Method (PackageFactory)

Opens an IPackage with a given IO stream and file mode.
Syntax
public IPackage Open( 
   Stream stream,
   FileMode packageMode
)

Parameters

stream
The IO stream on which to open the IPackage.
packageMode
The file mode in which to open the IPackage.

Return Value

The opened IPackage.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also