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 MembersConstructorsMethods



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

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 attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
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.

Inheritance Hierarchy
Object
Util

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