ApplicationManifest.IconFile Property

Definition

Gets or sets the application icon file.

public string IconFile { get; set; }
public string IconFile { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }

Property Value

A string that represents the name of the icon file.

Attributes

Remarks

The application icon is expressed in the generated application manifest and is used for the start menu and Add/Remove Programs dialog. If this input is not specified then a default icon is used. For a Win32 native manifest, this input is ignored.

Applies to