Home > Services > DXCore Services – PlugIn Extensions

DXCore Services – PlugIn Extensions

February 14th, 2012

The PlugIn Extensions DXCore service provides access to registered DXCore plug-in extensions.

The service contains several overloads of the Find method that searches for a plug-in extension based on a stored property value. Stored properties are used by the plug-in loader to retrieve information without demand-loading the plug-in in which this extension is contained. This should only be used in special circumstances.

There are also two indexed properties:

Item(String) Returns an array of plug-in extensions by category. NOTE: This call can be expensive because it demands loading all plug-ins containing the specified category of plug-in extension.
Item(String, String) Returns an array of plug-in extensions by category and language.
—–
Products: DXCore
Versions: 11.2 and up
VS IDEs: 2008 and up
Updated: Feb/14/2012
ID: D140

Similar Posts: