[This is preliminary documentation and is subject to change.]
The Language type exposes the following members.Constructors
| Name | Description | |
|---|---|---|
| Language | Initializes a new instance of the Language class |
Methods
| Name | Description | |
|---|---|---|
Determines whether the specified object is equal to the current object. (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
Serves as the default hash function. (Inherited from | ||
Gets the (Inherited from | ||
| MakeLexer |
Makes lexer capable of this language analysis
| |
Creates a shallow copy of the current (Inherited from | ||
| ToString | (Overrides | |
| TryFindLanguageByFileExtension |
Tries to find a language by file extension or returns UnspecifiedLanguage
|
Extension Methods
Properties
| Name | Description | |
|---|---|---|
| All |
Returns all languages registered in the system
| |
| Family |
Returns language family categorization
| |
| FileExtensions |
Returns file extensions without '.'
|
See Also