C# Class SecureDelete.Actions.BridgeLogger

Helper object which logs member calls when running the script in test mode.
Afficher le fichier Open project: gratianlup/SecureDelete Class Usage Examples

Méthodes publiques

Méthode Description
BridgeLogger ( ) : System
Clear ( ) : void

Clear the list of logged member calls.

LogMethodCall ( ) : void

Log a member call.

The parameters need to be passed to this method in exactly the same order they appear in the member definition.

Method Details

BridgeLogger() public méthode

public BridgeLogger ( ) : System
Résultat System

Clear() public méthode

Clear the list of logged member calls.
public Clear ( ) : void
Résultat void

LogMethodCall() public méthode

Log a member call.
The parameters need to be passed to this method in exactly the same order they appear in the member definition.
public LogMethodCall ( ) : void
Résultat void