IISVirtualRoot Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Creates and deletes Internet Information Services (IIS) 6.0 virtual roots.
Assembly: System.EnterpriseServices (in System.EnterpriseServices.dll)
| Name | Description | |
|---|---|---|
![]() | IISVirtualRoot() | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the IISVirtualRoot class. |
| Name | Description | |
|---|---|---|
![]() | Create(String^, String^, String^, String^%) | This API supports the product infrastructure and is not intended to be used directly from your code. Creates an Internet Information Services (IIS) virtual root. |
![]() | Delete(String^, String^, String^, String^%) | This API supports the product infrastructure and is not intended to be used directly from your code. Deletes an Internet Information Services (IIS) virtual root. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
The IComSoapIISVRoot interface defines methods for creating and deleting virtual roots in IIS 6.0.
This interface is implemented only by the IISVirtualRoot class and is used only within the .NET Framework infrastructure while creating a SOAP-enabled COM+ application virtual root.
IComSoapIISVRoot does not need to be implemented directly in your code. Instead, use the Publish class, which implements the IComSoapPublisher interface that contains the CreateVirtualRoot and DeleteVirtualRoot methods. However, DeleteVirtualRoot is not fully implemented by Publish.
IISVirtualRoot is used internally by the .NET Framework. You do not need to use it directly in your code.
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

