Xceed .NET Libraries Documentation
ReparsePointTags Enumeration


Xceed.FileSystem Assembly > Xceed.FileSystem Namespace : ReparsePointTags Enumeration
Value representing reparse point tags defined in the Windows file system.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum ReparsePointTags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As ReparsePointTags
[Flags()]
public enum ReparsePointTags : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
MemberValueDescription
None0 
ReparseTagCsv-2147483639 
ReparseTagDeDup-2147483629 
ReparseTagDfs-2147483638 
ReparseTagDfs2-2147483630 
ReparseTagFilterManager-2147483637 
ReparseTagHsm-1073741820 
ReparseTagHsm2-2147483642 
ReparseTagMicrosoft-2147483648 
ReparseTagMountPoint-1610612733 
ReparseTagNameSurrogate536870912 
ReparseTagNfs-2147483628 
ReparseTagSis-2147483641 
ReparseTagSymLink-1610612724 
ReparseTagWim-2147483640 
Remarks

Each reparse point has an identifier tag that differentiates between the different types of reparse points.

The identifiers and values are defined by Windows (not the .NET framework) and were taken from the Windows header file WinNT.h

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.FileSystem.ReparsePointTags

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Xceed.FileSystem Namespace
ReparsePointTagsFilter Class

Background and tips

ReparsePointTagsFilter class

Windows Documentation

Reparse Point Tags