AI OnAI Off
What exactly you mean by "research"? Did you mean "reach" or "search"? If you want to find more info about your plugin either you can query database (table Plugin or something, don't have a SQL Management Studio at hand) or you can use PlugInLocator class to find your plugin.
Hello Anderson,
You can get plugin ID from the plugins type like this:
var plugin = PlugInDescriptor.LoadAll().FirstOrDefault(p => p.PlugInType == typeof (your_plugin_type));
var pluginId = plugin.ID;
How I research my plug in Id?
Admin/DatabaseJob.aspx?pluginId=202