DllHostInitializer Class

Definition

This class provides the implementation of the IProcessInitializer interface for the initialization of Windows Communication Foundation (WCF) COM+ integration services. It should not be used directly.

public ref class DllHostInitializer : System::EnterpriseServices::IProcessInitializer
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("7B2801E6-0BC6-4c92-B742-6BE9B01AE874")]
public class DllHostInitializer : System.EnterpriseServices.IProcessInitializer
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("59856830-3ECB-4D29-9CFE-DDD0F74B96A2")]
public class DllHostInitializer : System.EnterpriseServices.IProcessInitializer
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("7B2801E6-0BC6-4c92-B742-6BE9B01AE874")>]
type DllHostInitializer = class
    interface IProcessInitializer
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("59856830-3ECB-4D29-9CFE-DDD0F74B96A2")>]
type DllHostInitializer = class
    interface IProcessInitializer
Public Class DllHostInitializer
Implements IProcessInitializer
Inheritance
DllHostInitializer
Attributes
Implements

Constructors

DllHostInitializer()

Initializes a new instance of the DllHostInitializer class.

Methods

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)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
Shutdown()

Shuts down all the COM+ service hosts that were started by calls to the Startup method.

Startup(Object)

Starts a COM+ service host for the current COM+ application.

ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to