Summary
Injects the path to the downloaded package icon.
- Assembly
- Rocket
.Surgery .Nuke .dll - Namespace
- Rocket
.Surgery .Nuke - Interfaces
-
- IOnAfterLogo
- IBuildExtension
- Base Types
-
- Attribute
- Download
File Attribute
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 | |
Used |
Constructors
Name | Summary |
---|---|
PackageIconAttribute |
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 Download
|
Methods
Name | Value | Summary |
---|---|---|
OnAfterLogo |
void |
Inherited from Download
|
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|