Utilities Class

Provides a set of utility functions for IIS Transform Manager.

Inheritance Hierarchy

System. . :: . .Object
  Microsoft.Web.Media.TransformManager..::..Utilities

Namespace:  Microsoft.Web.Media.TransformManager
Assembly:  Microsoft.Web.Media.TransformManager.Common (in Microsoft.Web.Media.TransformManager.Common.dll)

Syntax

'Declaration

  Public NotInheritable Class Utilities
'Usage

  Dim instance As Utilities
  public sealed class Utilities
  public ref class Utilities sealed
[<SealedAttribute>]
type Utilities =  class end
  public final class Utilities

The Utilities type exposes the following members.

Methods

  Name Description
Public methodStatic member CloneElement Creates a duplicate of the provided element.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public methodStatic member FindElement(XContainer, XNamespace, String) Finds a specific element in the container by using the XML container, the XML container namespace, and the XML element name.
Public methodStatic member FindElement(XContainer, XNamespace, String, Boolean) Finds a specific element in the container by using the XML container, the XML container namespace, the XML element name, and a value that specifies whether the descendant elements should be searched.
Public methodStatic member GetAssemblyInfo Returns assembly information from the manifest.
Public method GetHashCode (Inherited from Object.)
Public methodStatic member GetInstallLocation Returns the installation location of IIS Transform Manager from the local computer.
Public method GetType (Inherited from Object.)
Public methodStatic member GetTypeName Returns the type name from the manifest.
Public methodStatic member IsLocalMachineX64 Returns a value that indicates whether the local computer is a 64-bit computer.
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

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

Reference

Microsoft.Web.Media.TransformManager Namespace