C# Class Microsoft.HockeyApp.TestFramework.StubDebugOutput

Inheritance: IDebugOutput
Afficher le fichier Open project: bitstadium/HockeySDK-Windows

Méthodes publiques

Свойство Type Description
OnWriteLine Action

Méthodes publiques

Méthode Description
IsLogging ( ) : bool
WriteLine ( string message ) : void

Method Details

IsLogging() public méthode

public IsLogging ( ) : bool
Résultat bool

WriteLine() public méthode

public WriteLine ( string message ) : void
message string
Résultat void

Property Details

OnWriteLine public_oe property

public Action OnWriteLine
Résultat Action