The singleton which manages the Ranorex Core plugins.
| C# | Visual Basic | Visual C++ |
public class PluginManager : MarshalByRefObject
Public Class PluginManager _ Inherits MarshalByRefObject
public ref class PluginManager : public MarshalByRefObject
| All Members | Methods | Properties | Events | ||
| Icon | Member | Description |
|---|---|---|
| CreateObjRef(Type) |
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.) | |
| DefaultPluginsLoaded |
Gets a value indicating whether the default plugins have been loaded.
| |
| 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.) | |
| GetLifetimeService()()() |
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| InitializeLifetimeService()()() |
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.) | |
| Instance |
The plugin manager instance.
| |
| Load(String) |
Loads all plugins from a given assembly.
| |
| Load(String, String) |
Loads plugins from an assembly.
| |
| Load(Type) |
Instantiates and loads the specified plugin type.
| |
| Load(Plugin) |
Loads the specified plugin instance.
| |
| LoadDefaultPlugins()()() |
Performs the default steps for loading Ranorex plugins.
| |
| LoadedPlugins |
The loaded plugins.
| |
| LoadPluginsFromDirectory(String) |
Loads plugins from the specified directory.
| |
| LoadPluginsFromDirectory()()() |
Loads plugins from the directory of the currently executing assembly.
| |
| MemberwiseClone(Boolean) |
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.) | |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| OnPluginLoaded(PluginLoadedEventArgs) |
Raises the PluginLoaded event.
| |
| PluginLoaded |
Occurs when a plugin is loaded.
| |
| SuppressLoadingOfDefaultPlugins |
Gets or sets a value specifying whether the loading of the default plugins is suppressed.
| |
| ToString()()() | (Inherited from Object.) |
| Object | ||
| MarshalByRefObject | ||
| PluginManager | ||
