Represents an entry in the plugin registry.
Inheritance: IPluginClient
Beispiel #1
0
 /// <summary>
 /// Unloads the given entry from the registry
 /// </summary>
 /// <param name="entry">The entry to remove</param>
 public static void Unload(RegistryEntry entry)
 {
     Entries.Remove(entry);
 }