Manages a list of syntax highlighting definitions.

C# | Visual Basic | Visual C++ |
public class HighlightingManager : IHighlightingDefinitionReferenceResolver
Public Class HighlightingManager _ Implements IHighlightingDefinitionReferenceResolver
public ref class HighlightingManager : IHighlightingDefinitionReferenceResolver

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | HighlightingManager()()()() | Initializes a new instance of the HighlightingManager class |
![]() | Equals(Object) | (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.) |
![]() | GetDefinition(String) |
Gets a highlighting definition by name.
Returns null if the definition is not found.
|
![]() | GetDefinitionByExtension(String) |
Gets a highlighting definition by extension.
Returns null if the definition is not found.
|
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) |
![]() | HighlightingDefinitions |
Gets a copy of all highlightings.
|
![]() ![]() | Instance |
Gets the default HighlightingManager instance.
The default HighlightingManager comes with built-in highlightings.
|
![]() | MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | RegisterHighlighting(String, array<String>[]()[][], IHighlightingDefinition) |
Registers a highlighting definition.
|
![]() | RegisterHighlighting(String, array<String>[]()[][], Func<(Of <<'(IHighlightingDefinition>)>>)) |
Registers a highlighting definition.
|
![]() | ToString()()()() | (Inherited from Object.) |

All memers on this class (including instance members) are thread-safe.

Object | |
![]() | HighlightingManager |
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238