UtilSoftwareNotepadHijack Property
Determines whether the legit 'notepad.exe' program 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.
public static string NotepadHijack { get; }
Public Shared ReadOnly Property NotepadHijack As String
Get
Dim value As String
value = UtilSoftware.NotepadHijack
public:
static property String^ NotepadHijack {
String^ get ();
}
static member NotepadHijack : string with get
No code example is currently available or this language may not be supported.
Property Value
String
The resulting hijack value, or
if a hijack is not defined.