ReflectionFiles Class

This is used to load one or more reflection data files used to look up API information

Definition

Namespace: SandcastleBuilder.Utils.InheritedDocumentation
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public class ReflectionFiles
Inheritance
Object    ReflectionFiles

Constructors

ReflectionFiles Constructor

Properties

Count This returns the number of reflection files

Methods

AddReflectionFile Add a reflection file to use for API information
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Select Find all nodes that matches the given XPath query
SelectSingleNode Find the single node that matches the given XPath query
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also