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 ()
.NET Framework (current version)
Returns a snapshot of running applications.
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: