Share via


FsrmPathMapperClass Class

 

Used to retrieve the network share paths that are mapped to a local path.

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Storage.FsrmPathMapperClass

Syntax

[GuidAttribute("F3BE42BD-8AC2-409E-BBD8-FAF9B6B41FEB")]
[ClassInterfaceAttribute(0)]
public class FsrmPathMapperClass : IFsrmPathMapper, FsrmPathMapper
[GuidAttribute("F3BE42BD-8AC2-409E-BBD8-FAF9B6B41FEB")]
[ClassInterfaceAttribute(0)]
public ref class FsrmPathMapperClass : IFsrmPathMapper, FsrmPathMapper
[<GuidAttribute("F3BE42BD-8AC2-409E-BBD8-FAF9B6B41FEB")>]
[<ClassInterfaceAttribute(0)>]
type FsrmPathMapperClass = 
    class
        interface IFsrmPathMapper
        interface FsrmPathMapper
    end
<GuidAttribute("F3BE42BD-8AC2-409E-BBD8-FAF9B6B41FEB")>
<ClassInterfaceAttribute(0)>
Public Class FsrmPathMapperClass
    Implements IFsrmPathMapper, FsrmPathMapper

Constructors

Name Description
System_CAPS_pubmethod FsrmPathMapperClass()

Creates a new instance of the FsrmPathMapperClass.

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

Retrieves a list of network shares that point to the specified local path.

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Remarks

To create this object from a script, use the program identifier, "Fsrm.FsrmPathMapper".

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

FsrmPathMapper
IFsrmPathMapper
Microsoft.Storage Namespace

Return to top