| Class | Description | |
|---|---|---|
![]() | Extenssions | Contains some helper extensions for string. |
![]() | Package | Represents a container that can store multiple data objects. |
![]() | PackageFactory | Factory class used to create an IPackage given a stream and a FileMode |
![]() | PackagePart | Represents parts stored in a Package. |
![]() | PackageRelationship | Represents an association between a source IPackage or IPackagePart, and a target object which can be a IPackagePart or external resource. |
| Interface | Description | |
|---|---|---|
![]() | IPackage | Represents a container that can store multiple data objects. |
![]() | IPackageExtensions | Extended interface for IPackage |
![]() | IPackageFactory | Factory class used to create an IPackage given a stream and a FileMode |
![]() | IPackagePart | Provides a base class for parts stored in a System.IO.Packaging.Package. This class is abstract. |
![]() | IPackageRelationship | Represents an association between a source IPackage or IPackagePart, and a target object which can be a IPackagePart or external resource. |
| Enumeration | Description | |
|---|---|---|
![]() | RelationshipTargetMode | Specifies whether the target of an IPackageRelationship is inside or outside the IPackage. |