Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ApplicationManager::GetRunningApplications Method ()

 

Returns a snapshot of running applications.

Namespace:   System.Web.Hosting
Assembly:  System.Web (in System.Web.dll)

public:
[SecurityPermissionAttribute(SecurityAction::Demand, Unrestricted = true)]
array<ApplicationInfo^>^ GetRunningApplications()

Return Value

Type: array<System.Web.Hosting::ApplicationInfo^>^

An array of ApplicationInfo objects that contain information about the applications managed by this ApplicationManager instance.

The following code example uses the GetRunningApplications method to display information about the applications managed by an ApplicationManager instance.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: