Freigeben über


BreakpointInfo-Klasse

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

Vererbungshierarchie

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

Der BreakpointInfo-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode BreakpointInfo Initializes a new instance of the BreakpointInfo class.

Zum Anfang

Eigenschaften

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

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals Determines whether the specified object is equal to the breakpoint. (Überschreibt Object.Equals(Object).)
Öffentliche Methode GetHashCode Returns the hash code for this instance. (Überschreibt Object.GetHashCode().)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Operatoren

  Name Beschreibung
Öffentlicher OperatorStatisches Element Equality Indicates whether the two breakpoints are equal.
Öffentlicher OperatorStatisches Element Inequality Indicates whether the two breakpoints are not equal.

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.DataWarehouse.Interfaces.Debugger-Namespace