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 | |
---|---|---|
FsrmPathMapperClass() | Creates a new instance of the FsrmPathMapperClass. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetSharePathsForLocalPath(String) | Retrieves a list of network shares that point to the specified local path. |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
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