ResHackerWrapperExtractAllResources Method

Extracts all the resources of the specified type 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 ExtractAllResources(
	string inputFilepath,
	string outputDirectoryPath,
	ResourceType resourceType
)

Parameters

inputFilepath  String
The source file path.
outputDirectoryPath  String
The target directory path.
resourceType  ResourceType
The resource type.

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