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.
| |
| Create(Element, RxPath, Boolean, Boolean, String, Boolean) |
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 try to free resources and perform other cleanup operations before it 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.
| |
| LiveElementOrSnapshot |
The live reference element if available, otherwhise the clone of the element contained in 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()()() | Returns a string that represents the current object. (Inherited from Object.) |
| Object | |
| ElementInfo | |
