BreakpointInfo Class

Contains the properties and methods used to programmatically manipulate a breakpoint.

Inheritance Hierarchy

System.Object
  Microsoft.DataWarehouse.Interfaces.Debugger.BreakpointInfo

Namespace:  Microsoft.DataWarehouse.Interfaces.Debugger
Assembly:  Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)

Syntax

'Declaration
Public NotInheritable Class BreakpointInfo
'Usage
Dim instance As BreakpointInfo
public sealed class BreakpointInfo
public ref class BreakpointInfo sealed
[<SealedAttribute>]
type BreakpointInfo =  class end
public final class BreakpointInfo

The BreakpointInfo type exposes the following members.

Constructors

  Name Description
Public method BreakpointInfo Initializes a new instance of the BreakpointInfo class.

Top

Properties

  Name Description
Public property Enabled Gets or sets a value that indicates whether the breakpoint is enabled.
Public property File Gets or sets the name of the file in which the breakpoint is contained.
Public property FileColumn Gets or sets the character location within a line in a file where the breakpoint is set.
Public property FileLine Gets or sets the line within a file where the breakpoint is set.
Public property FunctionName Gets or sets the name of the function containing the breakpoint.
Public property HitCountTarget Gets or sets the hit count target for any type of breakpoint.
Public property HitCountType Gets or sets the hit count type of the breakpoint.
Public property Language Gets or sets the name of the programming language containing the breakpoint.
Public property Name Gets or sets the name of the breakpoint.

Top

Methods

  Name Description
Public method Equals Determines whether the specified object is equal to the breakpoint. (Overrides Object.Equals(Object).)
Public method GetHashCode Returns the hash code for this instance. (Overrides Object.GetHashCode().)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Operators

  Name Description
Public operatorStatic member Equality Indicates whether the two breakpoints are equal.
Public operatorStatic member Inequality Indicates whether the two breakpoints are not equal.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.DataWarehouse.Interfaces.Debugger Namespace