C# Class MonoDevelop.Debugger.PinnedWatchStore

Afficher le fichier Open project: LogosBible/monodevelop Class Usage Examples

Méthodes publiques

Méthode Description
Add ( MonoDevelop.Debugger.PinnedWatch watch ) : void
BeginBatchUpdate ( ) : void
EndBatchUpdate ( ) : void
GetWatchesForFile ( FilePath file ) : IEnumerable
IsWatcherBreakpoint ( Mono.Debugging.Client.Breakpoint bp ) : bool
Remove ( MonoDevelop.Debugger.PinnedWatch watch ) : void

Private Methods

Méthode Description
BatchEnsureEvaluated ( List ws ) : void
BatchUpdate ( IEnumerable fileNames ) : void
Bind ( MonoDevelop.Debugger.PinnedWatch watch, Mono.Debugging.Client.Breakpoint be ) : void
BindAll ( BreakpointStore bps ) : void
InvalidateAll ( ) : void
LoadFrom ( PinnedWatchStore store ) : void
NotifyWatchChanged ( MonoDevelop.Debugger.PinnedWatch watch ) : void
OnChanged ( ) : void
OnWatchAdded ( MonoDevelop.Debugger.PinnedWatch watch ) : void
OnWatchChanged ( MonoDevelop.Debugger.PinnedWatch watch ) : void
OnWatchRemoved ( MonoDevelop.Debugger.PinnedWatch watch ) : void
UpdateLiveWatch ( Mono.Debugging.Client.Breakpoint bp, string trace ) : bool

Method Details

Add() public méthode

public Add ( MonoDevelop.Debugger.PinnedWatch watch ) : void
watch MonoDevelop.Debugger.PinnedWatch
Résultat void

BeginBatchUpdate() public méthode

public BeginBatchUpdate ( ) : void
Résultat void

EndBatchUpdate() public méthode

public EndBatchUpdate ( ) : void
Résultat void

GetWatchesForFile() public méthode

public GetWatchesForFile ( FilePath file ) : IEnumerable
file FilePath
Résultat IEnumerable

IsWatcherBreakpoint() public méthode

public IsWatcherBreakpoint ( Mono.Debugging.Client.Breakpoint bp ) : bool
bp Mono.Debugging.Client.Breakpoint
Résultat bool

Remove() public méthode

public Remove ( MonoDevelop.Debugger.PinnedWatch watch ) : void
watch MonoDevelop.Debugger.PinnedWatch
Résultat void