次の方法で共有


DkmIISAppPoolInfo.Create メソッド

定義

新しい DkmIISAppPoolInfo オブジェクト インスタンスをCreateします。

この 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

[入力]アプリケーション プールの名前。

Bindings
ReadOnlyCollection<String>

[入力]アプリケーション プールに関連付けられている URI バインド。

WorkerProcessIds
ReadOnlyCollection<Int32>

[入力]アプリケーション プールに関連付けられているワーカー プロセス ID。

戻り値

[出力]このメソッド呼び出しの結果。

適用対象