In This Article

IPackageReference Interface

Provides the base requirements of a package.

public interface IPackageReference : IReflectionDefinition

Properties

Path

Gets the full file system path to the package.

string Path { get; }

Property Value

string:

The full file system path to the package.

Inherited Members