Lezen in het Engels Bewerken

Delen via


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.

C#
public sealed class RegiisUtility : System.Web.Management.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

Product Versies
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also