ResHackerWrapperRemoveMainIcon Method
Deletes the main icon of 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 RemoveMainIcon(
string inputFilepath,
string outputFilepath
)
Public Function RemoveMainIcon (
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.RemoveMainIcon(inputFilepath,
outputFilepath)
public:
int RemoveMainIcon(
String^ inputFilepath,
String^ outputFilepath
)
member RemoveMainIcon :
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 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.RemoveMainIcon("c:\file.exe", "c:\new file.exe")
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.