UtilSoftwareGetProgramHijack Method
Determines whether a legit program (eg. 'notepad.exe') has a hijack defined in the Windows registry,
then returns the registry value that points to the hijack file path.
Namespace: DevCase.Core.Windows.ApplicationsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[EditorBrowsableAttribute(EditorBrowsableState.Always)]
public static string GetProgramHijack(
string filename
)
<EditorBrowsableAttribute(EditorBrowsableState.Always)>
Public Shared Function GetProgramHijack (
filename As String
) As String
Dim filename As String
Dim returnValue As String
returnValue = UtilSoftware.GetProgramHijack(filename)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Always)]
static String^ GetProgramHijack(
String^ filename
)
[<EditorBrowsableAttribute(EditorBrowsableState.Always)>]
static member GetProgramHijack :
filename : string -> string
No code example is currently available or this language may not be supported.
- filename String
-
The program filename to check for a hijack (eg. 'taskmgr.exe').
String
The resulting hijack value, or
if a hijack is not defined.