Represents a general plugin for the Ranorex Core architecture.
| C# | Visual Basic | Visual C++ |
public class Plugin : Descriptor
Public Class Plugin _ Inherits Descriptor
public ref class Plugin : public Descriptor
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| Plugin(String, String, String) |
Creates a new plugin.
| |
| CompareTo(Descriptor) |
Compares the current descriptor with another descriptor.
(Inherited from Descriptor.) | |
| Description |
The description of instance the descriptor refers to.
(Inherited from Descriptor.) | |
| DisplayName |
The name of instance the descriptor refers to, with arbitrary casing.
(Inherited from Descriptor.) | |
| Equals(Descriptor) |
Indicates whether the current object is equal to another object of the same type.
(Inherited from Descriptor.) | |
| Equals(Object) |
Determines whether the specified Object is equal to this instance.
(Inherited from Descriptor.) | |
| 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()()() |
Returns a hash code for this instance.
(Inherited from Descriptor.) | |
| GetType()()() | Gets the type of the current instance. (Inherited from Object.) | |
| Initialize()()() |
Initializes the plugin.
| |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Name |
The name of instance the descriptor refers to. This is enforced to be lower-case.
(Inherited from Descriptor.) | |
| ToString()()() |
Creates a string representation.
(Inherited from Descriptor.) | |
| Url |
An optional URL for a website containing plugin information.
|
| Object | |||
| Descriptor | |||
| Plugin | |||
| FlavorPlugin | |||
