TFCommonUtil 类

继承层次结构

System.Object
  Microsoft.TeamFoundation.Common.TFCommonUtil

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

语法

声明
Public NotInheritable Class TFCommonUtil
public static class TFCommonUtil

TFCommonUtil 类型公开以下成员。

属性

  名称 说明
公共属性静态成员 CurrentProcess

页首

方法

  名称 说明
公共方法静态成员 AddXmlAttribute
公共方法静态成员 BeginRunApp(String, String)
公共方法静态成员 BeginRunApp(String, String, Boolean)
公共方法静态成员 CanonicalizeDacl
公共方法静态成员 CheckApplicationGroupPropertyAndValue
公共方法静态成员 CheckArrayForNullOrEmpty(array<Int32[], String)
公共方法静态成员 CheckArrayForNullOrEmpty(array<Object[], String)
公共方法静态成员 CheckDisplayName
公共方法静态成员 CheckEmailAddress
公共方法静态成员 CheckEnumerableForNullOrEmpty
公共方法静态成员 CheckForBothStringsNullOrEmpty
公共方法静态成员 CheckForDateTimeRange
公共方法静态成员 CheckForEmptyGuid
公共方法静态成员 CheckForNull
公共方法静态成员 CheckForOutOfRange(Int32, String, Int32)
公共方法静态成员 CheckForOutOfRange(Int64, String, Int64)
公共方法静态成员 CheckForOutOfRange(Int32, String, Int32, Int32)
公共方法静态成员 CheckForOutOfRange(Int64, String, Int64, Int64)
公共方法静态成员 CheckGreaterThanOrEqualToZero
公共方法静态成员 CheckGroupDescription
公共方法静态成员 CheckGroupName
公共方法静态成员 CheckListForNullOrEmpty
公共方法静态成员 CheckMembershipQuery
公共方法静态成员 CheckProjectUri
公共方法静态成员 CheckSid
公共方法静态成员 CheckSidNullEmpty
公共方法静态成员 CheckStringForAnyWhiteSpace
公共方法静态成员 CheckStringForInvalidCharacters(String, String)
公共方法静态成员 CheckStringForInvalidCharacters(array<String[], String)
公共方法静态成员 CheckStringForInvalidCharacters(String, String, Boolean)
公共方法静态成员 CheckStringForInvalidCharacters(array<String[], String, Boolean)
公共方法静态成员 CheckStringForNullOrEmpty(String, String)
公共方法静态成员 CheckStringForNullOrEmpty(String, String, Boolean)
公共方法静态成员 CombineArrays<T>
公共方法静态成员 CombinePaths
公共方法静态成员 ComputeFullDatabaseName(String, String, String)
公共方法静态成员 ComputeFullDatabaseName(String, String, Int32, String)
公共方法静态成员 ConvertFileEncoding(String, String, Encoding, Encoding)
公共方法静态成员 ConvertFileEncoding(String, String, Encoding, Encoding, Boolean)
公共方法静态成员 CopyCollection<T>(ICollection<T>)
公共方法静态成员 CopyCollection<T>(ICollection)
公共方法静态成员 EndRunApp
公共方法静态成员 EnsureIsNull
公共方法静态成员 EnumFromString<T>
公共方法静态成员 EnumToString<T>
公共方法静态成员 EscapeString
公共方法静态成员 GetAppSetting
公共方法静态成员 GetAppSettingAsBool
公共方法静态成员 GetAppSettingAsInt
公共方法静态成员 GetExceptionMessage
公共方法静态成员 GetIdentityDomainScope
公共方法静态成员 GetImageHandle
公共方法静态成员 GetLocalTimeZoneOffset()
公共方法静态成员 GetLocalTimeZoneOffset(DateTime)
公共方法静态成员 GetSqlTimestamp
公共方法静态成员 HasControlCharacters(String)
公共方法静态成员 HasControlCharacters(String, Boolean)
公共方法静态成员 HasMismatchedSurrogates
公共方法静态成员 HasSurrogates
公共方法静态成员 IsInvalidString(String)
公共方法静态成员 IsInvalidString(String, Boolean)
公共方法静态成员 IsLegalComputerName(String)
公共方法静态成员 IsLegalComputerName(String, String%)
公共方法静态成员 IsLegalIdentity
公共方法静态成员 IsLegalXmlString
公共方法静态成员 IsLonghornOrLater
公共方法静态成员 IsValidEmailAddress
公共方法静态成员 IsValidGroupName
公共方法静态成员 MakeDescriptorSearchFactor
公共方法静态成员 OpenFile
公共方法静态成员 OpenXmlFile
公共方法静态成员 ParseDescriptorSearchFactor
公共方法静态成员 ReadRegistryValue<T>
公共方法静态成员 RemoveInvalidCharacters
公共方法静态成员 RemoveInvalidXmlChars
公共方法静态成员 ReplaceInvalidCharacters
公共方法静态成员 RunApp(String, String, EventHandler, Boolean)
公共方法静态成员 RunApp(String, String, EventHandler, Boolean, Boolean)
公共方法静态成员 RunApp(String, String, EventHandler, Boolean, Boolean, Boolean)
公共方法静态成员 SafeRelease
公共方法静态成员 StripEnd(String, array<String[])
公共方法静态成员 StripEnd(Uri, array<String[])
公共方法静态成员 TranslateEnum(Type, Int32)
公共方法静态成员 TranslateEnum(Type, array<String[], Int32)
公共方法静态成员 ValidateIdentifier
公共方法静态成员 ValidateIdentityType

页首

线程安全

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

请参见

参考

Microsoft.TeamFoundation.Common 命名空间