ISAPIRuntime Methods

 

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

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

NameDescription
System_CAPS_pubmethodCreateObjRef(Type)

Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodDoGCCollect()

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

System_CAPS_pubmethodEquals(Object)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetLifetimeService()

Retrieves the current lifetime service object that controls the lifetime policy for this instance.(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodInitializeLifetimeService()

This API supports the product infrastructure and is not intended to be used directly from your code. Gives the ISAPIRuntime object an infinite lifetime by preventing a lease from being created. (Overrides MarshalByRefObject.InitializeLifetimeService().)

System_CAPS_pubmethodProcessRequest(IntPtr, Int32)

This API supports the product infrastructure and is not intended to be used directly from your code. Creates a new HttpWorkerRequest object to process the current request.

System_CAPS_pubmethodStartProcessing()

This API supports the product infrastructure and is not intended to be used directly from your code. Starts processing all items in the worker process pipeline.

System_CAPS_pubmethodStopProcessing()

This API supports the product infrastructure and is not intended to be used directly from your code. Stops processing the items in the worker process pipeline.

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIRegisteredObject.Stop(Boolean)

This API supports the product infrastructure and is not intended to be used directly from your code. Requests a registered object to unregister.

Return to top
Show: