ProcessThreadCollection Oluşturucular
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
ProcessThreadCollection sınıfının yeni bir örneğini başlatır.
Aşırı Yüklemeler
ProcessThreadCollection() |
İlişkili ProcessThread örnekleri olmadan sınıfının yeni bir örneğini ProcessThreadCollection başlatır. |
ProcessThreadCollection(ProcessThread[]) |
Belirtilen örnek dizisini ProcessThreadCollection kullanarak sınıfının yeni bir örneğini ProcessThread başlatır. |
ProcessThreadCollection()
- Kaynak:
- ProcessThreadCollection.cs
- Kaynak:
- ProcessThreadCollection.cs
- Kaynak:
- ProcessThreadCollection.cs
İlişkili ProcessThread örnekleri olmadan sınıfının yeni bir örneğini ProcessThreadCollection başlatır.
protected:
ProcessThreadCollection();
protected ProcessThreadCollection ();
Protected Sub New ()
Şunlara uygulanır
ProcessThreadCollection(ProcessThread[])
- Kaynak:
- ProcessThreadCollection.cs
- Kaynak:
- ProcessThreadCollection.cs
- Kaynak:
- ProcessThreadCollection.cs
Belirtilen örnek dizisini ProcessThreadCollection kullanarak sınıfının yeni bir örneğini ProcessThread başlatır.
public:
ProcessThreadCollection(cli::array <System::Diagnostics::ProcessThread ^> ^ processThreads);
public ProcessThreadCollection (System.Diagnostics.ProcessThread[] processThreads);
new System.Diagnostics.ProcessThreadCollection : System.Diagnostics.ProcessThread[] -> System.Diagnostics.ProcessThreadCollection
Public Sub New (processThreads As ProcessThread())
Parametreler
- processThreads
- ProcessThread[]
Bu ProcessThreadCollection örneğin başlatıldığı örnek dizisiProcessThread.