RanorexRanorex Documentation
TechnologyLimitation Class
NamespacesRanorex.CoreTechnologyLimitation
Describes a limitation that a technology has encountered.
Declaration Syntax
C#Visual BasicVisual C++
[SerializableAttribute]
public class TechnologyLimitation
<SerializableAttribute> _
Public Class TechnologyLimitation
[SerializableAttribute]
public ref class TechnologyLimitation
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
TechnologyLimitation(String, String, String, String)
Creates a new instance.

TechnologyLimitation(String, String, String, String, Boolean)
Creates a new instance.

TechnologyLimitation(String, String, String, String, IDictionary<(Of <(String, String>)>), String, Boolean)
Creates a new instance.

Equals(Object)
Returns whether this instance is equal to obj.
(Overrides Object.Equals(Object).)
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.)
GetFirstNonIgnoredLimitation(Element)
Gets the first non-ignored limitation that applies to element or to one of its ancestors.

GetHashCode()()()
Gets a hash code for this instance.
(Overrides Object.GetHashCode()()().)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
HelpUrl
Gets the relative URL to the corresponding help topic in the Ranorex User Guide.

HelpUrlAbsolute
Gets the absolute URL to the corresponding help topic in the Ranorex User Guide.

LogToReport
Gets a value indicating whether this technology limitation should be logged to the Report.

MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Message
Gets a message describing the limitation.

Name
Gets the unique name for the limitation.

Technology
Gets the technology that encountered the limitation.

ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WizardPageName
Gets the name of the wizard page to use.

WizardProperties
Gets the wizard properties.

Inheritance Hierarchy
Object
TechnologyLimitation

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