ResHackerWrapperReplaceMainIcon Method

Replaces the main icon of the specified file.

Definition

Namespace: DevCase.ThirdParty.ResHacker
Assembly: DevCase.net48.ThirdParty.ResHacker (in DevCase.net48.ThirdParty.ResHacker.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public int ReplaceMainIcon(
	string inputFilepath,
	string outputFilepath,
	string iconFilepath
)

Parameters

inputFilepath  String
The source file path.
outputFilepath  String
The target file path.
iconFilepath  String
The source icon file path.

Return Value

Int32
The process exit code.

Remarks

Note: Some functionalities of this assembly may require to install one or all of the listed applications:

Resource Hacker (reshacker.exe)

Example

This is a code example.
C#
No code example is currently available or this language may not be supported.

See Also