SiteInfo Class

 

This API is not CLS-compliant.

Namespace:   Microsoft.Web.Management.Server
Assembly:  Microsoft.Web.Management (in Microsoft.Web.Management.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Web.Management.Server.SiteInfo

Syntax

[CLSCompliantAttribute(false)]
public class SiteInfo
[CLSCompliantAttribute(false)]
public ref class SiteInfo 
[<CLSCompliantAttribute(false)>]
type SiteInfo = class end
<CLSCompliantAttribute(False)>
Public Class SiteInfo

Constructors

Name Description
System_CAPS_pubmethod SiteInfo(IAppHostSite)

Properties

Name Description
System_CAPS_pubproperty ApplicationPool

System_CAPS_pubproperty BindingInformation

System_CAPS_pubproperty Bindings

System_CAPS_pubproperty Id

System_CAPS_pubproperty Name

System_CAPS_pubproperty PhysicalPath

System_CAPS_pubproperty RuntimeState

System_CAPS_pubproperty ServerAutoStart

System_CAPS_pubproperty State

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Web.Management.Server Namespace

Return to top