ManagementScopePath Class

Definition

Encapsulates a management scope path for a server, site, or application. This class cannot be inherited.

public ref class ManagementScopePath sealed
public sealed class ManagementScopePath
type ManagementScopePath = class
Public NotInheritable Class ManagementScopePath
Inheritance
ManagementScopePath

Properties

ApplicationPath

Gets the application path.

FrameworkVersion

Gets the .NET Framework version.

Port

Gets the port number.

ServerName

Gets the server name.

ServerReference

Gets the server reference.

SiteName

Gets the site name.

Methods

CreateApplicationPath(String, Int32, String, String)

Creates an application path by using the specified parameters.

CreateServerPath(String, Int32)

Creates a server path by using the specified server name and port number.

CreateServerPath(String, Int32, ManagementFrameworkVersion)

Creates a server path by using the specified server name, port number, and .NET Framework version.

CreateSitePath(String, Int32, String)

Creates a server path by using the server name, port number, and site name.

Equals(Object)

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

GetHashCode()

Gets the hash code of the ManagementScopePath object.

SetFrameworkVersion(ManagementFrameworkVersion)

Sets the .NET Framework version.

Applies to