ResHackerWrapperRunScript Method

Runs a ResHacker script.

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 RunScript(
	string filepath
)

Parameters

filepath  String
The script 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