AppDomainInfoEnum Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Provides access to an application domain.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | 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.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(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() | |
![]() | MemberwiseClone() | |
![]() | 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.) |
AppDomainInfoEnum is introduced in the .NET Framework 3.5. For more information, see .NET Framework Versions and Dependencies.
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

