PackageIconAttribute Class

Summary

Injects the path to the downloaded package icon.
Assembly
Rocket.Surgery.Nuke.dll
Namespace
Rocket.Surgery.Nuke
Interfaces
  • IOnAfterLogo
  • IBuildExtension
Base Types
graph BT Type-->Base0["DownloadFileAttribute"] click Base0 "/api/Rocket.Surgery.Nuke/DownloadFileAttribute" Base0-->Base1["Attribute"] Type-.->Interface0["IOnAfterLogo"] Type-.->Interface1["IBuildExtension"] Type["PackageIconAttribute"] class Type type-node

Syntax

public sealed class PackageIconAttribute : DownloadFileAttribute, IOnAfterLogo, IBuildExtension

Attributes

Type Description
PublicAPIAttribute
UsedImplicitlyAttribute

Constructors

Name Summary
PackageIconAttribute(string, string) Ensures that the icon at the given url is downloaded into the specified filePath

Properties

Name Value Summary
Type string
The type of a given file to make logging look more specific
Inherited from DownloadFileAttribute

Methods

Extension Methods