ProcessThreadCollection.AsReadOnly 方法
定义
注意
This API is no longer available
public:
System::Collections::ObjectModel::ReadOnlyCollection<System::Diagnostics::ProcessThread ^> ^ AsReadOnly();
[System.Obsolete("This API is no longer available", true)]
public System.Collections.ObjectModel.ReadOnlyCollection<System.Diagnostics.ProcessThread> AsReadOnly ();
[<System.Obsolete("This API is no longer available", true)>]
member this.AsReadOnly : unit -> System.Collections.ObjectModel.ReadOnlyCollection<System.Diagnostics.ProcessThread>
Public Function AsReadOnly () As ReadOnlyCollection(Of ProcessThread)
返回
- 属性