TraceListenerCollection 成员
提供 TraceListener 对象的线程安全列表。
下表列出了由 TraceListenerCollection 类型公开的成员。
公共属性
名称 | 说明 | |
---|---|---|
Count | 获取列表中的侦听器数。 | |
Item | 已重载。获取或设置指定的 TraceListener。 |
页首
公共方法
(请参见 受保护的方法 )
名称 | 说明 | |
---|---|---|
Add | 将 TraceListener 添加到列表。 | |
AddRange | 已重载。 将多个 TraceListener 对象添加到集合。 | |
Clear | 从列表中清除所有侦听器。 | |
Contains | 检查列表是否包含指定的侦听器。 | |
CopyTo | 将当前 TraceListenerCollection 列表的一部分复制到指定索引处的指定数组。 | |
Equals | 已重载。 确定两个 Object 实例是否相等。 (从 Object 继承。) | |
GetEnumerator | 获取此列表的枚举数。 | |
GetHashCode | 用作特定类型的哈希函数。GetHashCode 适合在哈希算法和数据结构(如哈希表)中使用。 (从 Object 继承。) | |
GetType | 获取当前实例的 Type。 (从 Object 继承。) | |
IndexOf | 获取指定侦听器的索引。 | |
Insert | 将侦听器插入指定的索引位置。 | |
ReferenceEquals | 确定指定的 Object 实例是否是相同的实例。 (从 Object 继承。) | |
Remove | 已重载。 从集合中移除特定的 TraceListener。 | |
RemoveAt | 从集合中移除指定索引处的 TraceListener。 | |
ToString | 返回表示当前 Object 的 String。 (从 Object 继承。) |
页首
受保护的方法
名称 | 说明 | |
---|---|---|
Finalize | 允许 Object 在“垃圾回收”回收 Object 之前尝试释放资源并执行其他清理操作。 (从 Object 继承。) | |
MemberwiseClone | 创建当前 Object 的浅表副本。 (从 Object 继承。) |
页首
显式接口实现
名称 | 说明 | |
---|---|---|
System.Collections.ICollection.CopyTo | 将当前 TraceListenerCollection 的一部分复制到指定的 TraceListener 对象数组中。 | |
System.Collections.IList.Add | 向 TraceListenerCollection 中添加一个跟踪侦听器。 | |
System.Collections.IList.Contains | 确定 TraceListenerCollection 是否包含特定对象。 | |
System.Collections.IList.IndexOf | 确定 TraceListenerCollection 中特定对象的索引。 | |
System.Collections.IList.Insert | 在 TraceListenerCollection 中的指定位置插入一个 TraceListener 对象。 | |
System.Collections.IList.Remove | 从 TraceListenerCollection 中移除一个对象。 | |
System.Collections.ICollection.IsSynchronized | 获取一个值,该值指示是否同步对 TraceListenerCollection 的访问(线程安全)。 | |
System.Collections.ICollection.SyncRoot | 获取可用于同步 TraceListenerCollection 访问的对象。 | |
System.Collections.IList.IsFixedSize | 获取一个值,该值指示 TraceListenerCollection 是否具有固定大小。 | |
System.Collections.IList.IsReadOnly | 返回一个值,该值指示 TraceListenerCollection 是否为只读 | |
System.Collections.IList.Item | 获取 TraceListenerCollection 中位于指定索引处的 TraceListener。 |
页首
请参见
参考
TraceListenerCollection 类
System.Diagnostics 命名空间
TraceListener 类
DefaultTraceListener 类
TextWriterTraceListener 类
ConsoleTraceListener 类
Debug 类
Trace 类