|
UserAccountControlIsCurrentProcessVirtualized Property
|
Returns true if the current process is using UAC virtualization.
Namespace: GSF.IdentityAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
Syntax public static bool IsCurrentProcessVirtualized { get; }
Public Shared ReadOnly Property IsCurrentProcessVirtualized As Boolean
Get
public:
static property bool IsCurrentProcessVirtualized {
bool get ();
}
static member IsCurrentProcessVirtualized : bool with get
GSF.Identity.UserAccountControl.get_IsCurrentProcessVirtualized = function();
View SourceProperty Value
BooleanRemarks
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