Represents a container for a single captured element and some additional information.
| C# | Visual Basic | Visual C++ |
[SerializableAttribute] public class ElementInfo
<SerializableAttribute> _ Public Class ElementInfo
[SerializableAttribute] public ref class ElementInfo
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| ElementInfo(Element, RxPath, Image, String, Guid) |
Initializes a new instance of the ElementInfo class.
| |
| Clone()()() |
Creates a deep clone of the ElementInfo instance.
| |
| Create(Element, Boolean, Boolean, String) |
Creates a new element info from a given element.
| |
| Create(Element, RxPath, Boolean, Boolean, String) |
Creates a new element info given an element and a path.
| |
| Element |
The clone of the element contained in the element info.
| |
| Equals(Object) | (Inherited from 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.) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Id |
Gets or sets the unique identifier for the element info.
| |
| LiveReferenceElement |
The instance of the live element this element info was created from.
| |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Parent |
Gets or sets the parent of this instance.
| |
| Path |
The path of the element contained in the element info.
| |
| PathElementMap |
Gets the path element map.
| |
| ScreenShot |
Gets or sets the screen shot of the element.
| |
| SourceName |
The logical name of the source which created this element info.
| |
| ToString()()() | (Inherited from Object.) |
| Object | |
| ElementInfo | |
