BrowserCapabilitiesCodeGenerator.Create Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Used internally to coordinate the behavior of this class.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
virtual void Create();
public virtual void Create ();
abstract member Create : unit -> unit
override this.Create : unit -> unit
Public Overridable Sub Create ()
Remarks
This method first iterates through the "Browsers" folder. It then calls ProcessBrowserFiles, which loads and parses the XML contained in a collection of browser-definition files and inserts the information contained therein into an internal collection of browsers. Then it calls an internal method which generates the source code compiles it, and registers it as an assembly in the global assembly cache for the BrowserCapabilitiesFactory object. If necessary, this method then calls an internal method that restarts the Web server.