HandleCollector.Name 属性

定义

获取 HandleCollector 对象的名称。Gets the name of a HandleCollector object.

public:
 property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String

属性值

String

Name 属性允许您为跟踪句柄类型的回收器分别命名。This Name property allows you to name collectors that track handle types separately.

适用于