Publish Class

Definition

Publishes COM interfaces for SOAP-enabled COM+ applications.

public ref class Publish : System::EnterpriseServices::Internal::IComSoapPublisher
[System.Runtime.InteropServices.Guid("d8013eef-730b-45e2-ba24-874b7242c425")]
public class Publish : System.EnterpriseServices.Internal.IComSoapPublisher
[<System.Runtime.InteropServices.Guid("d8013eef-730b-45e2-ba24-874b7242c425")>]
type Publish = class
    interface IComSoapPublisher
Public Class Publish
Implements IComSoapPublisher
Inheritance
Publish
Attributes
Implements

Remarks

Publish is used internally by the .NET Framework. You do not need to use it directly in your code.

Constructors

Publish()

Initializes a new instance of the Publish class.

Methods

CreateMailBox(String, String, String, String, String, String)

Creates a SOAP-enabled COM+ application mailbox at a specified URL. Not fully implemented.

CreateVirtualRoot(String, String, String, String, String, String)

Creates a SOAP-enabled COM+ application virtual root.

DeleteMailBox(String, String, String)

Deletes a SOAP-enabled COM+ application mailbox at a specified URL. Not fully implemented.

DeleteVirtualRoot(String, String, String)

Deletes a SOAP-enabled COM+ application virtual root. Not fully implemented.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GacInstall(String)

Installs an assembly in the global assembly cache.

GacRemove(String)

Removes an assembly from the global assembly cache.

GetAssemblyNameForCache(String, String)

Returns the full path for a strong-named signed generated assembly in the SoapCache directory.

GetClientPhysicalPath(Boolean)

Returns the path for the directory for storing client configuration files.

GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
GetTypeNameFromProgId(String, String)

Reflects over an assembly and returns the type name that matches the ProgID.

MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ParseUrl(String, String, String)

Parses a URL and returns the base URL and virtual root portions.

ProcessClientTlb(String, String, String, String, String, String, String, String, String, String)

Processes a client type library, creating a configuration file on the client.

ProcessServerTlb(String, String, String, String, String, String, String)

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

Registers an assembly for COM interop.

ToString()

Returns a string that represents the current object.

(Inherited from Object)
UnRegisterAssembly(String)

Unregisters a COM interop assembly.

Applies to