FileSpec 类

继承层次结构

System.Object
  Microsoft.TeamFoundation.Common.FileSpec

命名空间:  Microsoft.TeamFoundation.Common
程序集:  Microsoft.TeamFoundation.Common(在 Microsoft.TeamFoundation.Common.dll 中)

语法

声明
Public NotInheritable Class FileSpec
public static class FileSpec

FileSpec 类型公开以下成员。

属性

  名称 说明
公共属性静态成员 BottomUpComparer
公共属性静态成员 CurrentDirectory
公共属性静态成员 FullPathComparer
公共属性静态成员 PartialPathComparer
公共属性静态成员 StringComparer
公共属性静态成员 TopDownComparer

页首

方法

  名称 说明
公共方法静态成员 CheckForIllegalDollarInPath
公共方法静态成员 Combine
公共方法静态成员 Compare(String, String)
公共方法静态成员 Compare(String, String, Char, StringComparison)
公共方法静态成员 Compare(String, String, Int32, Int32)
公共方法静态成员 Compare(String, String, Int32, Int32, Char, StringComparison)
公共方法静态成员 Compare(String, String, Int32, Int32, Int32%, Int32%, Char, StringComparison)
公共方法静态成员 CompareBottomUp(String, String)
公共方法静态成员 CompareBottomUp(String, String, Char, StringComparison)
公共方法静态成员 CompareBottomUpUI
公共方法静态成员 CompareCaseSensitive
公共方法静态成员 CompareTopDown(String, String)
公共方法静态成员 CompareTopDown(String, String, Char, StringComparison)
公共方法静态成员 CompareTopDownUI
公共方法静态成员 CompareUI(String, String)
公共方法静态成员 CompareUI(String, String, Int32, Int32)
公共方法静态成员 CopyFile(String, String)
公共方法静态成员 CopyFile(String, String, Boolean)
公共方法静态成员 CreateHardLink
公共方法静态成员 DeleteDirectory(String)
公共方法静态成员 DeleteDirectory(String, Boolean)
公共方法静态成员 DeleteFile
公共方法静态成员 DeleteFileWithoutException
公共方法静态成员 Equals
公共方法静态成员 EqualsCaseSensitive
公共方法静态成员 FullPathDescendingComparison
公共方法静态成员 GetAttributes
公共方法静态成员 GetCommonPathPrefix
公共方法静态成员 GetCompressionFormat
公共方法静态成员 GetDirectoryName
公共方法静态成员 GetFileName
公共方法静态成员 GetFilesystemPathCasing
公共方法静态成员 GetFolderDepth
公共方法静态成员 GetFullPath(String)
公共方法静态成员 GetFullPath(String, Boolean)
公共方法静态成员 GetLongPathForm
公共方法静态成员 GetRelativeStartIndex
公共方法静态成员 GetTempDirectory
公共方法静态成员 GetTempFileName
公共方法静态成员 GetTempFileNameWithExtension
公共方法静态成员 HasVersionControlReservedCharacter
公共方法静态成员 IsEmptyDirectory
公共方法静态成员 IsImmediateChild
公共方法静态成员 IsLegalNtfsName(String, Int32)
公共方法静态成员 IsLegalNtfsName(String, Int32, Boolean)
公共方法静态成员 IsLegalNtfsName(String, Int32, Boolean, String%)
公共方法静态成员 IsReservedName
公共方法静态成员 IsSubItem
公共方法静态成员 IsValidNtfsChar
公共方法静态成员 IsValidPathChar
公共方法静态成员 IsVersionControlReservedCharacter
公共方法静态成员 IsWildcard
公共方法静态成员 MakeRelative(String, String)
公共方法静态成员 MakeRelative(String, String, Boolean)
公共方法静态成员 Match(String, String)
公共方法静态成员 Match(String, String, String, Boolean)
公共方法静态成员 MatchFileName
公共方法静态成员 MoveFile(String, String)
公共方法静态成员 MoveFile(String, String, Boolean)
公共方法静态成员 Parse
公共方法静态成员 RemoveInvalidFileNameChars
公共方法静态成员 SetCompressionFormat
公共方法静态成员 UncanonicalizedCombine
公共方法静态成员 ValidatePath

页首

字段

  名称 说明
公共字段静态成员 IllegalNtfsChars
公共字段静态成员 IllegalNtfsCharsAndWildcards
公共字段静态成员 ReservedNames
公共字段静态成员 ValidNtfsCharTable

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

请参见

参考

Microsoft.TeamFoundation.Common 命名空间