CodeReference.ResolveMember Method
- Namespace
- Kampute.DocToolkit.Support
- Assembly
- Kampute.DocToolkit.dll
Definition
Resolves a type or type member based on the specified XML documentation cref string.
public static IMember ResolveMember(string cref)Parameters
crefstring- The code reference that identifies the member to resolve.
Returns
Exceptions
- ArgumentNullException
- Thrown when
crefisnull.
Remarks
This method only resolves types and members of the types that are exported by the assemblies registered with the MetadataProvider.
