RegiisUtility Class

Definition

Provides authorization utilities to support specific Web-application configuration, assembly registration, and assembly-key container manipulation. This class cannot be inherited.

This API supports the product infrastructure and is not intended to be used directly from your code.

public ref class RegiisUtility sealed : System::Web::Management::IRegiisUtility
public sealed class RegiisUtility : System.Web.Management.IRegiisUtility
type RegiisUtility = class
    interface IRegiisUtility
Public NotInheritable Class RegiisUtility
Implements IRegiisUtility
Inheritance
RegiisUtility
Implements

Remarks

The RegiisUtility class provides utility functions that support the system.web assembly registration.

Constructors

RegiisUtility()

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the RegiisUtility class.

Methods

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)
ProtectedConfigAction(Int64, String, String, String, String, String, String, Int32, IntPtr)

This API supports the product infrastructure and is not intended to be used directly from your code.

Allows specific manipulation of configuration sections and assembly-key containers based on the supplied parameters.

RegisterAsnetMmcAssembly(Int32, String, String, IntPtr)

This API supports the product infrastructure and is not intended to be used directly from your code.

Allows the executing Microsoft Management Console (MMC) assembly to be registered or unregistered.

RegisterSystemWebAssembly(Int32, IntPtr)

This API supports the product infrastructure and is not intended to be used directly from your code.

Allows the executing Web assembly to be registered or unregistered.

RemoveBrowserCaps(IntPtr)

This API supports the product infrastructure and is not intended to be used directly from your code.

Allows the browser-capabilities code generator to be uninstalled.

ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to

See also