Table of Contents

Class RestartWarning

Namespace
Ranorex.Core
Assembly
Ranorex.Core.dll

A strongly-typed resource class, for looking up localized strings, etc.

public class RestartWarning
Inheritance
RestartWarning
Inherited Members

Properties

Culture

Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class.

public static CultureInfo Culture { get; set; }

Property Value

CultureInfo

ElevatedPrivilegesMessage

Looks up a localized string similar to SAP is running with higher privileges than Ranorex. To resolve this issue, please restart Ranorex with Administrator privileges..

public static string ElevatedPrivilegesMessage { get; }

Property Value

string

ElevatedPrivilegesTitle

Looks up a localized string similar to Elevated Privileges Required.

public static string ElevatedPrivilegesTitle { get; }

Property Value

string

ResourceManager

Returns the cached ResourceManager instance used by this class.

public static ResourceManager ResourceManager { get; }

Property Value

ResourceManager