Returns documentation for a .NET type or member definition.
- Inheritance:
- object object
- Implements:
-
IDocumentation
Provider
Constructors
DocumentationProvider(string)
Initializes a new instance of the DocumentationProvider
class.
Parameter | Type | Description |
---|---|---|
documentation | string | The XML documentation. |
Methods
GetDocumentationKey(ITypeDefinition)
Returns the documentation key for the specified IType
Parameter | Type | Description |
---|---|---|
typeDef | IType |
The IType |
Returns
- string:
The documentation key for the specified IType
Definition .
GetDocumentationKey(ITypeMemberDefinition, bool)
Returns the documentation key for the specified IType
Parameter | Type | Description |
---|---|---|
typeMemberDef | IType |
The IType |
includeDeclaringType | bool | Whether to include the declaring type. |
Returns
- string:
The documentation key for the specified IType
Member .Definition
GetParameter(string)
Returns the documentation for the parameter with the specified name.
Parameter | Type | Description |
---|---|---|
name | string | The parameter name. |
Returns
- string:
The documentation for the parameter with the specified name.
GetRemarks()
Returns the remarks documentation.
Returns
- string:
The remarks documentation.
GetSummary()
Returns the summary documentation.
Returns
- string:
The summary documentation.
GetTypeParameter(string)
Returns the documentation for the type parameter with the specified name.
Parameter | Type | Description |
---|---|---|
name | string | The parameter name. |
Returns
- string:
The documentation for the type parameter with the specified name.
ToString()
Returns a String
that represents the current Object
.
Returns
- string:
A
String
that represents the currentObject
.