public sealed class LightweightWebsiteStylePlugIn : IPlugIn,
IDisposablePublic NotInheritable Class LightweightWebsiteStylePlugIn
Implements IPlugIn, IDisposablepublic ref class LightweightWebsiteStylePlugIn sealed : IPlugIn,
IDisposable[<SealedAttribute>]
type LightweightWebsiteStylePlugIn =
class
interface IPlugIn
interface IDisposable
end| LightweightWebsiteStylePlugIn | Initializes a new instance of the LightweightWebsiteStylePlugIn class |
| ExecutionPoints | This read-only property returns an enumerable list of execution points that define when the plug-in should be invoked during the build process. |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Execute | This method is used to execute the plug-in during the build process |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| Initialize | This method is used to initialize the plug-in at the start of the build process |
| ToString | Returns a string that represents the current object. (Inherited from Object) |