AppDomainInfoEnum Class

Definition

Provides access to an application domain.

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

public ref class AppDomainInfoEnum : System::Web::Hosting::IAppDomainInfoEnum
public class AppDomainInfoEnum : System.Web.Hosting.IAppDomainInfoEnum
type AppDomainInfoEnum = class
    interface IAppDomainInfoEnum
Public Class AppDomainInfoEnum
Implements IAppDomainInfoEnum
Inheritance
AppDomainInfoEnum
Implements

Remarks

AppDomainInfoEnum is introduced in the .NET Framework 3.5. For more information, see Versions and Dependencies.

Methods

Count()

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

Retrieves the number of application domains.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetData()

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

Gets an IAppDomainInfo interface.

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)
MoveNext()

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

Moves to the next IAppDomainInfo interface.

Reset()

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

Initializes the IAppDomainInfo interface.

ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to