IProcessHost.StartApplication Method (String, String, Object)

 

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

Starts the specified application

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

abstract StartApplication : 
        appId:string *
        appPath:string *
        runtimeInterface:Object byref -> unit

Parameters

appId
Type: System.String

The unique application ID.

appPath
Type: System.String

The virtual path to the application.

runtimeInterface
Type: System.Object

A runtime manager interface.

.NET Framework
Available since 2.0
Return to top
Show: