The CodeBlockComponent type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CodeBlockComponent |
Constructor
|
Methods
| Name | Description | |
|---|---|---|
| Apply(XmlDocument) | (Inherited from BuildComponent.) | |
| Apply(XmlDocument, String) |
This is implemented to perform the code colorization.
(Overrides BuildComponent..::..Apply(XmlDocument, String).) | |
| ConfigureComponent |
This static method is used by the Sandcastle Help File Builder to
let the component perform its own configuration.
| |
| Dispose | (Inherited from BuildComponent.) | |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (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.) | |
| OnComponentEvent | (Inherited from BuildComponent.) | |
| ToString | (Inherited from Object.) | |
| WriteMessage | (Inherited from BuildComponent.) |
Properties
| Name | Description | |
|---|---|---|
| BuildAssembler | (Inherited from BuildComponent.) | |
| ColorizedCodeBlocks |
This is used by the PostTransformComponent to insert
the colorized code blocks.
| |
| CopyImageLocation |
This is used by the PostTransformComponent to get
the destination location and filename of the "Copy" image.
| |
| CopyText |
This is used by the PostTransformComponent to get
the "Copy" text so that it can be replaced with an include item.
|