RanorexRanorex Documentation
RxPath Constructor (path)
NamespacesRanorex.CoreRxPathRxPath(String)
Creates a new RanoreXPath instance, using the supplied path.
Declaration Syntax
C#Visual BasicVisual C++
public RxPath(
	string path
)
Public Sub New ( _
	path As String _
)
public:
RxPath(
	String^ path
)
Parameters
path (String)
The path to be represented by this instance.
Exceptions
ExceptionCondition
RxPathExceptionThrown if the path is not valid.
ArgumentNullExceptionIf path is null.

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