IPackageReference Interface Namespace: ActiproSoftware.Text.Languages.Python.Reflection Assembly: ActiproSoftware.Text.Addons.Python.WinForms.dll 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 IReflectionDefinition.Name