BrowserCapabilitiesCodeGenerator Class
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.
The BrowserCapabilitiesCodeGenerator class is used internally by the aspnet_regbrowsers
tool to parse .browser browser definition files and add browsers to the run-time collection of known browsers contained in the BrowserCapabilitiesFactory object.
This API supports the product infrastructure and is not intended to be used directly from your code.
public ref class BrowserCapabilitiesCodeGenerator
public class BrowserCapabilitiesCodeGenerator
type BrowserCapabilitiesCodeGenerator = class
Public Class BrowserCapabilitiesCodeGenerator
- Inheritance
-
BrowserCapabilitiesCodeGenerator
Remarks
This class generates the source code for an assembly for the BrowserCapabilitiesFactory class, which, at run time, produces request-specific HttpCapabilitiesBase objects to be publicly accessed through the ASP.NET intrinsic Request.Browser
property.
Constructors
BrowserCapabilitiesCodeGenerator() |
This API supports the product infrastructure and is not intended to be used directly from your code. Used internally to create a new instance of BrowserCapabilitiesCodeGenerator. |
Methods
Create() |
This API supports the product infrastructure and is not intended to be used directly from your code. Used internally to coordinate the behavior of this class. |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ProcessBrowserFiles(Boolean, String) |
This API supports the product infrastructure and is not intended to be used directly from your code. 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. |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |
Uninstall() |
This API supports the product infrastructure and is not intended to be used directly from your code. Removes the browser capabilities factory from the global assembly cache and deletes its strong name public key token file. |