ProcessHostFactoryHelper Class

Definition

Provides a method to retrieve an IProcessHost interface.

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

public ref class ProcessHostFactoryHelper sealed : MarshalByRefObject, System::Web::Hosting::IProcessHostFactoryHelper
public sealed class ProcessHostFactoryHelper : MarshalByRefObject, System.Web.Hosting.IProcessHostFactoryHelper
type ProcessHostFactoryHelper = class
    inherit MarshalByRefObject
    interface IProcessHostFactoryHelper
Public NotInheritable Class ProcessHostFactoryHelper
Inherits MarshalByRefObject
Implements IProcessHostFactoryHelper
Inheritance
ProcessHostFactoryHelper
Implements

Remarks

ProcessHostFactoryHelper is introduced in the .NET Framework 3.5. For more information, see Versions and Dependencies.

Constructors

ProcessHostFactoryHelper()

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

Initializes a new instance of the ProcessHostFactoryHelper 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)
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)
GetProcessHost(IProcessHostSupportFunctions)

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

Gets the process host.

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 process 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)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to