C# Class Instant.MemoryInstrumentationSink

Inheritance: System.MarshalByRefObject, IInstrumentationSink
Afficher le fichier Open project: ermau/Instant

Private Properties

Свойство Type Description
AddOperation void
GetDidChange bool
GetIsLoggingInfiniteLoop bool
IsLoggingInifiniteLoop bool

Méthodes publiques

Méthode Description
BeginInsideLoop ( int id ) : void
BeginLoop ( int id ) : void
EndInsideLoop ( int id ) : void
EndLoop ( int id ) : void
GetRootCalls ( ) : MethodCall>.IDictionary
LogEnterMethod ( int id, string name ) : void
LogReturn ( int id ) : void
LogReturn ( int id, string value ) : void
LogVariableChange ( int id, string variableName, string value ) : void
MemoryInstrumentationSink ( Func getIsCanceled ) : System

Private Methods

Méthode Description
AddOperation ( Operation operation ) : void
GetDidChange ( StateChange>.Dictionary changes, StateChange change ) : bool
GetIsLoggingInfiniteLoop ( Loop loop, StateChange>.Dictionary changes ) : bool
IsLoggingInifiniteLoop ( ) : bool

Method Details

BeginInsideLoop() public méthode

public BeginInsideLoop ( int id ) : void
id int
Résultat void

BeginLoop() public méthode

public BeginLoop ( int id ) : void
id int
Résultat void

EndInsideLoop() public méthode

public EndInsideLoop ( int id ) : void
id int
Résultat void

EndLoop() public méthode

public EndLoop ( int id ) : void
id int
Résultat void

GetRootCalls() public méthode

public GetRootCalls ( ) : MethodCall>.IDictionary
Résultat MethodCall>.IDictionary

LogEnterMethod() public méthode

public LogEnterMethod ( int id, string name ) : void
id int
name string
Résultat void

LogReturn() public méthode

public LogReturn ( int id ) : void
id int
Résultat void

LogReturn() public méthode

public LogReturn ( int id, string value ) : void
id int
value string
Résultat void

LogVariableChange() public méthode

public LogVariableChange ( int id, string variableName, string value ) : void
id int
variableName string
value string
Résultat void

MemoryInstrumentationSink() public méthode

public MemoryInstrumentationSink ( Func getIsCanceled ) : System
getIsCanceled Func
Résultat System