Get-RunspaceDebug
语法
Get-RunspaceDebug
[[-RunspaceName] <String[]>]
[<CommonParameters>]
Get-RunspaceDebug
[-Runspace] <Runspace[]>
[<CommonParameters>]
Get-RunspaceDebug
[-RunspaceId] <Int32[]>
[<CommonParameters>]
Get-RunspaceDebug
[-RunspaceInstanceId] <Guid[]>
[<CommonParameters>]
Get-RunspaceDebug
[[-ProcessName] <String>]
[[-AppDomainName] <String[]>]
[<CommonParameters>]
说明
Get-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 |