IPackageFeed Interface |
Namespace: Demo3D.PackageManager
public interface IPackageFeed
The IPackageFeed type exposes the following members.
| Name | Description | |
|---|---|---|
| AllVersions |
All versions of each package in the feed.
| |
| FeedName |
The name of the package feed.
| |
| PackageNames |
The names of available packages in the feed.
|
| Name | Description | |
|---|---|---|
| AllVersionsFor |
The package versions in the feed for a given package name.
| |
| GetResourceUri |
Returns a Uri for the package, if the feed contains it.
| |
| Open |
Return an open stream to the specified resource, or to the package file if resourcePath is not specified
| |
| Retrieve |
Retrieves the package with the specified name and version.
Returns a path to a local package file.
|