Breakpoint Members
Describes a breakpoint that is being used by the Windows PowerShell debugger. This class is introduced in Windows PowerShell 2.0.
The following tables list the members exposed by the Breakpoint type.
| Name | Description | |
|---|---|---|
|
Action | Gets the action that is taken when the breakpoint is encountered. This property is introduced in Windows PowerShell 2.0. |
|
Enabled | Gets a System:Boolean value that indicates whether the breakpoint is enabled. This property is introduced in Windows PowerShell 2.0. |
|
HitCount | Gets the number of times that the breakpoint has been encountered. This property is introduced in Windows PowerShell 2.0. |
|
Id | Gets the identifier of the breakpoint. This property is introduced in Windows PowerShell 2.0. |
|
Script | Gets the script that includes the breakpoint. This property is introduced in Windows PowerShell 2.0. |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object) |
![]() | GetHashCode | (Inherited from Object) |
![]() | GetType | (Inherited from Object) |
![]() | ToString | (Inherited from Object) |
| Name | Description | |
|---|---|---|
|
Finalize | (Inherited from Object) |
|
MemberwiseClone | (Inherited from Object) |
Reference
Breakpoint ClassSystem.Management.Automation Namespace
Other Resources
Windows PowerShell SDKSend comments about this topic to Microsoft.