Table of Contents

Class ElevationHelper

Namespace
Ranorex.Core
Assembly
Ranorex.Core.dll

ElevationHelper to get the Elevation of process

public static class ElevationHelper
Inheritance
ElevationHelper
Inherited Members

Methods

IsProcessElevated(Process, out bool, out string)

To check if process is elevated or not

public static bool IsProcessElevated(Process process, out bool isElevated, out string error)

Parameters

process Process

process object

isElevated bool

out boolean

error string

out error

Returns

bool

bool type