DEPRECATED: Initialization and termination of the Spider.
dtSearch::Spider::SpiderInit
C#
public class SpiderInit;
Remarks
In previous versions, this class was needed to initialize and shut down the Spider, due to limitations in VS.NET 2003 mixed-mode DLLs. These limitations no longer exist in VS.NET 2005, so this class no longer does anything. It has been retained for backward compatibility only.
See Also