C# Класс Microsoft.Silverlight.Testing.Harness.DebugOutputProvider

The most verbose log provider, this calls .ToString() on each and every LogMessage that it processes. The output will appear in an attached debugger's "Output" window.
Наследование: Microsoft.Silverlight.Testing.Harness.LogProvider
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
DebugOutputProvider ( ) : System

Initializes a new instance of the DebugOutputProvider class.

Process ( Microsoft.Silverlight.Testing.Harness.LogMessage logMessage ) : void

Display a LogMessage in the debug output window.

Описание методов

DebugOutputProvider() публичный Метод

Initializes a new instance of the DebugOutputProvider class.
public DebugOutputProvider ( ) : System
Результат System

Process() публичный Метод

Display a LogMessage in the debug output window.
public Process ( Microsoft.Silverlight.Testing.Harness.LogMessage logMessage ) : void
logMessage Microsoft.Silverlight.Testing.Harness.LogMessage Message object.
Результат void