TraceListenerCollection 成员

提供 TraceListener 对象的线程安全列表。

下表列出了由 TraceListenerCollection 类型公开的成员。

公共属性

  名称 说明
Public property Supported by the .NET Compact Framework Count 获取列表中的侦听器数。
Public property Supported by the .NET Compact Framework Item 已重载。获取或设置指定的 TraceListener

页首

公共方法

(请参见 受保护的方法 )

  名称 说明
Public method Supported by the .NET Compact Framework Add TraceListener 添加到列表。
Public method AddRange 已重载。 将多个 TraceListener 对象添加到集合。
Public method Supported by the .NET Compact Framework Clear 从列表中清除所有侦听器。
Public method Supported by the .NET Compact Framework Contains 检查列表是否包含指定的侦听器。
Public method Supported by the .NET Compact Framework CopyTo 将当前 TraceListenerCollection 列表的一部分复制到指定索引处的指定数组。
Public method Supported by the .NET Compact Framework Equals  已重载。 确定两个 Object 实例是否相等。 (从 Object 继承。)
Public method Supported by the .NET Compact Framework GetEnumerator 获取此列表的枚举数。
Public method Supported by the .NET Compact Framework GetHashCode  用作特定类型的哈希函数。GetHashCode 适合在哈希算法和数据结构(如哈希表)中使用。 (从 Object 继承。)
Public method Supported by the .NET Compact Framework GetType  获取当前实例的 Type。 (从 Object 继承。)
Public method Supported by the .NET Compact Framework IndexOf 获取指定侦听器的索引。
Public method Supported by the .NET Compact Framework Insert 将侦听器插入指定的索引位置。
Public method Static Supported by the .NET Compact Framework ReferenceEquals  确定指定的 Object 实例是否是相同的实例。 (从 Object 继承。)
Public method Supported by the .NET Compact Framework Remove 已重载。 从集合中移除特定的 TraceListener
Public method Supported by the .NET Compact Framework RemoveAt 从集合中移除指定索引处的 TraceListener
Public method Supported by the .NET Compact Framework ToString  返回表示当前 ObjectString。 (从 Object 继承。)

页首

受保护的方法

  名称 说明
Protected method Supported by the .NET Compact Framework Finalize  允许 Object 在“垃圾回收”回收 Object 之前尝试释放资源并执行其他清理操作。 (从 Object 继承。)
Protected method Supported by the .NET Compact Framework MemberwiseClone  创建当前 Object 的浅表副本。 (从 Object 继承。)

页首

显式接口实现

  名称 说明
Explicit interface implementation Method Supported by the .NET Compact Framework System.Collections.ICollection.CopyTo 将当前 TraceListenerCollection 的一部分复制到指定的 TraceListener 对象数组中。
Explicit interface implementation Method Supported by the .NET Compact Framework System.Collections.IList.Add TraceListenerCollection 中添加一个跟踪侦听器。
Explicit interface implementation Method Supported by the .NET Compact Framework System.Collections.IList.Contains 确定 TraceListenerCollection 是否包含特定对象。
Explicit interface implementation Method Supported by the .NET Compact Framework System.Collections.IList.IndexOf 确定 TraceListenerCollection 中特定对象的索引。
Explicit interface implementation Method Supported by the .NET Compact Framework System.Collections.IList.Insert TraceListenerCollection 中的指定位置插入一个 TraceListener 对象。
Explicit interface implementation Method Supported by the .NET Compact Framework System.Collections.IList.Remove TraceListenerCollection 中移除一个对象。
Explicit interface implementation Property Supported by the .NET Compact Framework System.Collections.ICollection.IsSynchronized 获取一个值,该值指示是否同步对 TraceListenerCollection 的访问(线程安全)。
Explicit interface implementation Property Supported by the .NET Compact Framework System.Collections.ICollection.SyncRoot 获取可用于同步 TraceListenerCollection 访问的对象。
Explicit interface implementation Property Supported by the .NET Compact Framework System.Collections.IList.IsFixedSize 获取一个值,该值指示 TraceListenerCollection 是否具有固定大小。
Explicit interface implementation Property Supported by the .NET Compact Framework System.Collections.IList.IsReadOnly 返回一个值,该值指示 TraceListenerCollection 是否为只读
Explicit interface implementation Property Supported by the .NET Compact Framework System.Collections.IList.Item 获取 TraceListenerCollection 中位于指定索引处的 TraceListener

页首

请参见

参考

TraceListenerCollection 类
System.Diagnostics 命名空间
TraceListener 类
DefaultTraceListener 类
TextWriterTraceListener 类
ConsoleTraceListener 类
Debug 类
Trace 类