Disable-RunspaceDebug
停用一或多個 Runspace 的偵錯,並釋放任何擱置的調試程式停止。
語法
Disable-RunspaceDebug
[[-RunspaceName] <String[]>]
[<CommonParameters>]
Disable-RunspaceDebug
[-Runspace] <Runspace[]>
[<CommonParameters>]
Disable-RunspaceDebug
[-RunspaceId] <Int32[]>
[<CommonParameters>]
Disable-RunspaceDebug
[-RunspaceInstanceId] <Guid[]>
[<CommonParameters>]
Disable-RunspaceDebug
[[-ProcessName] <String>]
[[-AppDomainName] <String[]>]
[<CommonParameters>]
Description
Disable-RunspaceDebug Cmdlet 會停用一或多個 Runspace 的偵錯,並釋放任何擱置的調試程式停止。
範例
1:
2:
參數
-AppDomainName
類型: | String[] |
Position: | 1 |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-ProcessName
類型: | String |
Position: | 0 |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Runspace
指定 runspace 物件。
為此參數提供值最簡單的方法是指定變數,其中包含篩選 Get-Runspace 命令的結果。
類型: | Runspace[] |
Position: | 0 |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-RunspaceId
類型: | Int32[] |
Position: | 0 |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-RunspaceInstanceId
類型: | Guid[] |
Position: | 0 |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-RunspaceName
類型: | String[] |
Position: | 0 |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |