Click or drag to resize

UserAccountControlIsCurrentProcessVirtualized Property

Returns true if the current process is using UAC virtualization.

Namespace: GSF.Identity
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.258-beta+f8b6aa3dbfe0b4cc2b0b0760dd5d2a3dd4f59d09
Syntax
public static bool IsCurrentProcessVirtualized { get; }
View Source

Property Value

Boolean
Remarks
Under UAC virtualization, file system and registry accesses to specific locations performed by an application are redirected to provide backwards compatibility. 64-bit applications or applications that have an associated manifest do not enjoy UAC virtualization because they are assumed to be compatible with Vista and UAC.
See Also