Plug In Dependency Class
This class is used to define a plug-in upon which a presentation style depends and the default
configuration to use for it.
Definition
Namespace: Sandcastle.Core.PresentationStyle
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public class PlugInDependencyVB
Public Class PlugInDependencyC++
public ref class PlugInDependencyF#
type PlugInDependency = class end- Inheritance
- Object PlugInDependency
Constructors
| PlugInDependency | Constructor |
Properties
| Configuration | The default configuration to use for the plug-in |
| Id | The ID of the plug-in upon which the presentation style depends |
Methods
| Equals | 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 the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |