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

Methods

IsMember(string)Determines whether the specified XML documentation cref string refers to a member.
IsNamespace(string)Determines whether the specified XML documentation cref string refers to a namespace.
IsValid(string)Determines whether the specified XML documentation cref string is valid.
ResolveMember(string)Resolves a type or type member based on the specified XML documentation cref string.