Initialization and termination of the Spider.
For a list of all members of this type, see SpiderInit Members.
System.Object
dtSearch.Spider.SpiderInit
Before the first time the Spider is used in a program, SpiderInit::Initialized must be called, and SpiderInit::Terminate must be called before the program exits.
dtSearch.Spider.SpiderInit.Initialize(); Application.Run(new Form1()); // Must be called once after the last time the Spider will be used dtSearch.Spider.SpiderInit.Terminate();
Namespace: dtSearch.Spider
Assembly: dtSearch.Spider (in dtSearch.Spider.dll)
SpiderInit Members | dtSearch.Spider Namespace