ResHackerWrapperExtractMainIcon Method
Extracts the main icon 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 ExtractMainIcon(
string inputFilepath,
string outputFilepath
)
Public Function ExtractMainIcon (
inputFilepath As String,
outputFilepath As String
) As Integer
Dim instance As ResHackerWrapper
Dim inputFilepath As String
Dim outputFilepath As String
Dim returnValue As Integer
returnValue = instance.ExtractMainIcon(inputFilepath,
outputFilepath)
public:
int ExtractMainIcon(
String^ inputFilepath,
String^ outputFilepath
)
member ExtractMainIcon :
inputFilepath : string *
outputFilepath : string -> int
No code example is currently available or this language may not be supported.
- inputFilepath String
-
The source file path.
- outputFilepath String
-
The target icon file path.
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.ExtractMainIcon("c:\file.exe", "c:\main.ico")
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.