ResHackerWrapperExtractResource Method

Extracts a resource from 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 ExtractResource(
	string inputFilepath,
	string outputFilepath,
	ResourceType resourceType,
	string resourceName,
	int languageID = 0
)

Parameters

inputFilepath  String
The source file path.
outputFilepath  String
The target resource file path.
resourceType  ResourceType
The resource type.
resourceName  String
The resource name.
languageID  Int32  (Optional)
The resource language Id.

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