Class RoslynDocumentationProvider
- Namespace
- Alternet.Syntax.Parsers.Roslyn.CodeCompletion
- Assembly
- Alternet.Syntax.Parsers.Roslyn.v9.dll
Provide XML documentation to the compiler for members from metadata.
public class RoslynDocumentationProvider : DocumentationProvider
- Inheritance
-
RoslynDocumentationProvider
Constructors
- RoslynDocumentationProvider(string, string, string, string)
Initializes a new instance of the
RoslynDocumentationProvider
class with specified settings.
Properties
- AssemblyName
Gets an assembly name.
- CustomXMLDocPath
Gets a custom xml documentation path.
- FullPath
Gets the full documentation path.
- SystemPath
Gets a system path.
Methods
- Equals(object)
Determines whether the specified object is equal to the current object.
- GetDocumentationForSymbol(string, CultureInfo, CancellationToken)
Fetches a documentation comment for the given member ID.
- GetHashCode()
Serves as a hash function for a particular type.