RanorexRanorex Documentation
Util Class
NamespacesRanorex.CoreUtil
Provides common utility methods.
Declaration Syntax
C#Visual BasicVisual C++
public class Util
Public Class Util
public ref class Util
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
Util()()()
Initializes a new instance of the Util class

CopyStream(Stream, Stream)
Copies the input stream to the output stream.

DeleteFileIfExists(String)
Deletes a file if it exists.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
EvaluatePath(String)
Evaluates the path by expanding wildcards in it and returns all paths that apply to the given pathWithWildCards.

EvaluatePath(String, String)
Evaluates the path by expanding wildcards in it and returns all paths that apply to the given pathWithWildCards.

Finalize()()()
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
GetCodeModuleCSharpReplayTemplate()()()
Gets the CSharp code module replay template.

GetCodeModuleVBReplayTemplate()()()
Gets the VB.NET code module replay template.

GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetStaticAndDynamicCapabilities(Element)
Gets the static and dynamic capabilities of an element.

GetType()()()
Gets the type of the current instance.
(Inherited from Object.)
HasTopMostForm()()()
Determines whether the current application has a form with the TopMost property set to true.

IsRestartRequiredForWinAppAccess
Gets a value indicating whether a restart is required to access Windows apps.

MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
RestartWithUiAccess()()()
Restarts the current executable with UI access privileges. Those privileges are required to access Windows apps.

StartRanorexInstrumentationWizard(String, IDictionary<(Of <(String, String>)>))
Starts the ranorex instrumentation wizard.

ToString()()()
Returns a string that represents the current object.
(Inherited from Object.)
TryCreateDirectory(String)
Tries to create a directory for the specified path.

TryDeleteFile(String)
Tries to delete the file with the specified path.

TryGetUiaLauncherPath(Boolean, String%)
Tries to get the path to the UiaLauncher component.

Inheritance Hierarchy
Object
Util

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 4.0.3.22982 (4.0.3.22982)