ResHackerWrapperRunScript Method
Runs a ResHacker script.
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 RunScript(
string filepath
)
Public Function RunScript (
filepath As String
) As Integer
Dim instance As ResHackerWrapper
Dim filepath As String
Dim returnValue As Integer
returnValue = instance.RunScript(filepath)
public:
int RunScript(
String^ filepath
)
member RunScript :
filepath : string -> int
No code example is currently available or this language may not be supported.
- filepath String
-
The script 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.RunScript("C:\Reshacker.txt")
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.