共用方式為


DkmIISAppPoolInfo.Create 方法

定義

Create 新的 DkmIISAppPoolInfo 物件實例。

此 API 是在 Visual Studio 17 RTM (DkmApiVersion.VS17RTM) 中引進。

public static Microsoft.VisualStudio.Debugger.DefaultPort.DkmIISAppPoolInfo Create (string Name, System.Collections.ObjectModel.ReadOnlyCollection<string> Bindings, System.Collections.ObjectModel.ReadOnlyCollection<int> WorkerProcessIds);
static member Create : string * System.Collections.ObjectModel.ReadOnlyCollection<string> * System.Collections.ObjectModel.ReadOnlyCollection<int> -> Microsoft.VisualStudio.Debugger.DefaultPort.DkmIISAppPoolInfo
Public Shared Function Create (Name As String, Bindings As ReadOnlyCollection(Of String), WorkerProcessIds As ReadOnlyCollection(Of Integer)) As DkmIISAppPoolInfo

參數

Name
String

[In]應用程式集區的名稱。

Bindings
ReadOnlyCollection<String>

[In]與應用程式集區相關聯的 URI 系結。

WorkerProcessIds
ReadOnlyCollection<Int32>

[In]與應用程式集區相關聯的背景工作進程標識碼。

傳回

[Out]這個方法呼叫的結果。

適用於