Describes a limitation that a technology has encountered.
| C# | Visual Basic | Visual C++ |
[SerializableAttribute] public class TechnologyLimitation
<SerializableAttribute> _ Public Class TechnologyLimitation
[SerializableAttribute] public ref class TechnologyLimitation
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| 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()()() | (Inherited from Object.) | |
| WizardPageName |
Gets the name of the wizard page to use.
| |
| WizardProperties |
Gets the wizard properties.
|
| Object | |
| TechnologyLimitation | |
