Class AD7BoundBreakpoint
Inheritance
System.Object
AD7BoundBreakpoint
Assembly: Cosmos.VS.DebugEngine.dll
Syntax
public class AD7BoundBreakpoint : IDebugBoundBreakpoint2
Constructors
|
Improve this Doc
View Source
AD7BoundBreakpoint(AD7Engine, UInt32, AD7PendingBreakpoint, AD7BreakpointResolution)
Declaration
public AD7BoundBreakpoint(AD7Engine aEngine, uint aAddress, AD7PendingBreakpoint aPendingBP, AD7BreakpointResolution breakpointResolution)
Parameters
|
Improve this Doc
View Source
AD7BoundBreakpoint(UInt32)
Declaration
public AD7BoundBreakpoint(uint aAddress)
Parameters
Type |
Name |
Description |
System.UInt32 |
aAddress |
|
Fields
|
Improve this Doc
View Source
m_breakpointResolution
Declaration
protected AD7BreakpointResolution m_breakpointResolution
Field Value
|
Improve this Doc
View Source
m_pendingBreakpoint
Declaration
protected AD7PendingBreakpoint m_pendingBreakpoint
Field Value
|
Improve this Doc
View Source
mAddress
Declaration
Field Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
mDeleted
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
mEnabled
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
mEngine
Declaration
protected AD7Engine mEngine
Field Value
|
Improve this Doc
View Source
mRemoteID
Declaration
Field Value
Type |
Description |
System.Int32 |
|
Properties
|
Improve this Doc
View Source
RemoteID
Declaration
public int RemoteID { get; }
Property Value
Type |
Description |
System.Int32 |
|