Click or drag to resize

IPackageFeed Interface

A collection of packages. Package files may be retrieved from a feed.

Namespace: Demo3D.PackageManager
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public interface IPackageFeed

The IPackageFeed type exposes the following members.

Properties
 NameDescription
Public propertyAllVersions All versions of each package in the feed.
Public propertyFeedName The name of the package feed.
Public propertyPackageNames The names of available packages in the feed.
Top
Methods
 NameDescription
Public methodAllVersionsFor The package versions in the feed for a given package name.
Public methodGetResourceUri Returns a Uri for the package, if the feed contains it.
Public methodOpen Return an open stream to the specified resource, or to the package file if resourcePath is not specified
Public methodRetrieve Retrieves the package with the specified name and version. Returns a path to a local package file.
Top
See Also