RanorexRanorex Documentation
PluginManager Class
NamespacesRanorex.CorePluginManager
The singleton which manages the Ranorex Core plugins.
Declaration Syntax
C#Visual BasicVisual C++
public class PluginManager : MarshalByRefObject
Public Class PluginManager
	Inherits MarshalByRefObject
public ref class PluginManager : public MarshalByRefObject
Members
All MembersMethodsPropertiesEvents



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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.)
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()()()()
Returns a string that represents the current object.
(Inherited from Object.)
Inheritance Hierarchy

Assembly: Ranorex.Core (Module: Ranorex.Core.dll) Version: 4.0.4.23593 (4.0.4.23593)