Member Id Fix Up Plug In Class
This plug-in class is used to fix up member IDs in the XML comments files due to quirks in the various
compilers that cause a mismatch between the member IDs in the XML comments and the reflection data.
Definition
Namespace: SandcastleBuilder.PlugIns
Assembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2026.3.29.0
Assembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2026.3.29.0
C#
public sealed class MemberIdFixUpPlugIn : IPlugIn,
IDisposableVB
Public NotInheritable Class MemberIdFixUpPlugIn
Implements IPlugIn, IDisposableC++
public ref class MemberIdFixUpPlugIn sealed : IPlugIn,
IDisposableF#
[<SealedAttribute>]
type MemberIdFixUpPlugIn =
class
interface IPlugIn
interface IDisposable
end- Inheritance
- Object MemberIdFixUpPlugIn
- Implements
- IPlugIn, IDisposable
Constructors
| MemberIdFixUpPlugIn | Initializes a new instance of the MemberIdFixUpPlugIn class |
Properties
| ExecutionPoints | This read-only property returns a collection of execution points that define when the plug-in should be invoked during the build process. |
Methods
| Dispose | This implements the Dispose() interface to properly dispose of the plug-in object |
| 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) |