WebManagementEvent::ProcessInformation Property

 

Gets information about the ASP.NET application-hosting process.

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

public:
property WebProcessInformation^ ProcessInformation {
	WebProcessInformation^ get();
}

Property Value

Type: System.Web.Management::WebProcessInformation^

A WebProcessInformation object that contains information about the process.

The following code example shows how to obtain the ProcessInformation value.

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

.NET Framework
Available since 2.0
Return to top
Show: