CommonInformationHelper 类

继承层次结构

System.Object
  Microsoft.TeamFoundation.Build.Common.CommonInformationHelper

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

语法

声明
Public NotInheritable Class CommonInformationHelper
public static class CommonInformationHelper

CommonInformationHelper 类型公开以下成员。

方法

  名称 说明
公共方法静态成员 EnumToString<T>
公共方法静态成员 GetBool
公共方法静态成员 GetDateTime
公共方法静态成员 GetEnum<T>
公共方法静态成员 GetGuid
公共方法静态成员 GetInt(IDictionary<String, String>, String)
公共方法静态成员 GetInt(IDictionary<String, String>, String, Int32)
公共方法静态成员 GetString
公共方法静态成员 GetUri
公共方法静态成员 SetBool
公共方法静态成员 SetDateTime
公共方法静态成员 SetEnum<T>
公共方法静态成员 SetGuid
公共方法静态成员 SetInt
公共方法静态成员 SetUri
公共方法静态成员 ToDateTime
公共方法静态成员 ToEnum<T>
公共方法静态成员 ToInt(String)
公共方法静态成员 ToInt(String, Int32)
公共方法静态成员 ToString(DateTime)
公共方法静态成员 ToString(Int32)

页首

线程安全

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

请参见

参考

Microsoft.TeamFoundation.Build.Common 命名空间