This documentation is archived and is not being maintained.
IComSoapPublisher Interface
Visual Studio 2010
Publishes COM interfaces for SOAP-enabled COM+ applications.
Assembly: System.EnterpriseServices (in System.EnterpriseServices.dll)
The IComSoapPublisher type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CreateMailBox | Creates a SOAP-enabled COM+ application mailbox at a specified URL. Not fully implemented. |
![]() | CreateVirtualRoot | Creates a SOAP-enabled COM+ application virtual root. |
![]() | DeleteMailBox | Deletes a SOAP-enabled COM+ application mailbox at a specified URL. Not fully implemented. |
![]() | DeleteVirtualRoot | Deletes a SOAP-enabled COM+ application virtual root. Not fully implemented. |
![]() | GacInstall | Installs an assembly in the global assembly cache. |
![]() | GacRemove | Removes an assembly from the global assembly cache. |
![]() | GetAssemblyNameForCache | Returns the full path for a strong-named signed generated assembly in the SoapCache directory. |
![]() | GetTypeNameFromProgId | Reflects over an assembly and returns the type name that matches the ProgID. |
![]() | ProcessClientTlb | Processes a client type library, creating a configuration file on the client. |
![]() | ProcessServerTlb | Processes a server type library, either adding or deleting component entries to the Web.config and Default.disco files. Generates a proxy if necessary. |
![]() | RegisterAssembly | Registers an assembly for COM interop. |
![]() | UnRegisterAssembly | Unregisters a COM interop assembly. |
The implementation of IComSoapPublisher is Publish; see that topic for specifics.
IComSoapPublisher is used internally by the .NET Framework. You do not need to use it directly in your code.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
