The CodeBlockComponent type exposes the following members.

Constructors

  NameDescription
Public methodCodeBlockComponent
Constructor

Methods

  NameDescription
Public methodApply(XmlDocument) (Inherited from BuildComponent.)
Public methodApply(XmlDocument, String)
This is implemented to perform the code colorization.
(Overrides BuildComponent..::..Apply(XmlDocument, String).)
Public methodStatic memberConfigureComponent
This static method is used by the Sandcastle Help File Builder to let the component perform its own configuration.
Public methodDispose (Inherited from BuildComponent.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnComponentEvent (Inherited from BuildComponent.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Protected methodWriteMessage (Inherited from BuildComponent.)

Properties

  NameDescription
Public propertyBuildAssembler (Inherited from BuildComponent.)
Public propertyStatic memberColorizedCodeBlocks
This is used by the PostTransformComponent to insert the colorized code blocks.
Public propertyStatic memberCopyImageLocation
This is used by the PostTransformComponent to get the destination location and filename of the "Copy" image.
Public propertyStatic memberCopyText
This is used by the PostTransformComponent to get the "Copy" text so that it can be replaced with an include item.

See Also