C# Класс Dev2.Diagnostics.JsonDebugProvider

Наследование: IDebugProvider
Показать файл Открыть проект

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

Метод Описание
GetDebugStates ( string serverWebUri, DirectoryPath directory, FilePath filePath ) : IEnumerable
GetDebugStates ( string serverWebUri, IDirectoryPath directory, IFilePath path ) : IEnumerable

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

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

public GetDebugStates ( string serverWebUri, DirectoryPath directory, FilePath filePath ) : IEnumerable
serverWebUri string
directory DirectoryPath
filePath FilePath
Результат IEnumerable

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

public GetDebugStates ( string serverWebUri, IDirectoryPath directory, IFilePath path ) : IEnumerable
serverWebUri string
directory IDirectoryPath
path IFilePath
Результат IEnumerable