C# (CSharp) System.IO.Packaging Namespace

Nested Namespaces

System.IO.Packaging.Tests

Сlasses

Name Description
Check
FileFormatException
PackUriHelper
Package Abstract Base class for the Package. This is a part of the Packaging Layer APIs
PackagePart This class represents the a PackagePart within a container. This is a part of the Packaging Layer APIs
PackageProperties This class provides access to the "core properties", such as Title and Subject, of an RM-protected Metro package. These properties are a subset of of the standard OLE property sets SummaryInformation and DocumentSummaryInformation.
PackagePropertiesPart
PackageRelationship This class is used to express a relationship between a source and a target part. The only way to create a PackageRelationship, is to call the PackagePart.CreateRelationship() or Package.CreateRelationship(). A relationship is owned by a part or by the package itself. If the source part is deleted all the relationships it owns are also deleted. A target of the relationship need not be present.
ZipPartStream