ResHackerWrapperExtractAllResources Method
Extracts all the resources of the specified type from the specified file.
Namespace: DevCase.ThirdParty.ResHackerAssembly: 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
)
Public Function ExtractAllResources (
inputFilepath As String,
outputDirectoryPath As String,
resourceType As ResourceType
) As Integer
Dim instance As ResHackerWrapper
Dim inputFilepath As String
Dim outputDirectoryPath As String
Dim resourceType As ResourceType
Dim returnValue As Integer
returnValue = instance.ExtractAllResources(inputFilepath,
outputDirectoryPath, resourceType)
public:
int ExtractAllResources(
String^ inputFilepath,
String^ outputDirectoryPath,
ResourceType resourceType
)
member ExtractAllResources :
inputFilepath : string *
outputDirectoryPath : string *
resourceType : ResourceType -> int
No code example is currently available or this language may not be supported.
- inputFilepath String
-
The source file path.
- outputDirectoryPath String
-
The target directory path.
- resourceType ResourceType
-
The resource type.
Int32
The process exit code.
This is a code example.
No code example is currently available or this language may not be supported.
Dim exitcode As Integer = ResHacker.ExtractAllResources("C:\File.exe", "C:\Directory\", ResourceType.ICON)
Dim exitcode As Integer = ResHacker.ExtractAllResources("C:\File.dll", "C:\Directory\", ResourceType.BITMAP)
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.