ISAPIRuntime Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Manages HttpWorkerRequest objects in the .NET Framework. This class cannot be inherited.
This API supports the product infrastructure and is not intended to be used directly from your code.
public ref class ISAPIRuntime sealed : System::Web::Hosting::IISAPIRuntimepublic ref class ISAPIRuntime sealed : MarshalByRefObject, System::Web::Hosting::IISAPIRuntime, System::Web::Hosting::IRegisteredObjectpublic sealed class ISAPIRuntime : System.Web.Hosting.IISAPIRuntimepublic sealed class ISAPIRuntime : MarshalByRefObject, System.Web.Hosting.IISAPIRuntime, System.Web.Hosting.IRegisteredObjecttype ISAPIRuntime = class
    interface IISAPIRuntimetype ISAPIRuntime = class
    inherit MarshalByRefObject
    interface IISAPIRuntime
    interface IRegisteredObjectPublic NotInheritable Class ISAPIRuntime
Implements IISAPIRuntimePublic NotInheritable Class ISAPIRuntime
Inherits MarshalByRefObject
Implements IISAPIRuntime, IRegisteredObject- Inheritance
- 
				ISAPIRuntime
- Inheritance
- Implements
Constructors
| ISAPIRuntime() | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the ISAPIRuntime class. | 
Methods
| CreateObjRef(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) | 
| DoGCCollect() | This API supports the product infrastructure and is not intended to be used directly from your code. Forces garbage collection. | 
| Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object) | 
| GetHashCode() | Serves as the default hash function.(Inherited from Object) | 
| GetLifetimeService() | 
		Obsolete.
	 Retrieves the current lifetime service object that controls the lifetime policy for this instance.(Inherited from MarshalByRefObject) | 
| GetType() | Gets the Type of the current instance.(Inherited from Object) | 
| InitializeLifetimeService() | 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. | 
| MemberwiseClone() | Creates a shallow copy of the current Object.(Inherited from Object) | 
| MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object.(Inherited from MarshalByRefObject) | 
| ProcessRequest(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. | 
| StartProcessing() | 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. | 
| StopProcessing() | 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. | 
| ToString() | Returns a string that represents the current object.(Inherited from Object) | 
Explicit Interface Implementations
| IRegisteredObject.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. |