CodeReference Class
- Namespace
- Kampute.DocToolkit.Support
- Assembly
- Kampute.DocToolkit.dll
Definition
Provides methods for validating code reference (cref) strings used in XML documentation comments.
public static class CodeReference- Inheritance
- object
- CodeReference
Methods
| IsMember(string) | Determines whether the specified code reference string refers to a member. |
| IsNamespace(string) | Determines whether the specified code reference string refers to a namespace. |
| IsValid(string) | Determines whether the specified code reference string is valid. |
| ResolveMember(string) | Resolves a code reference string to its corresponding member metadata. |
