ProcessRefHelperParseProcessRefContainer - метод
Возвращает список ссылок на процессы, полученный из указанного XML-элемента.
Пространство имён: Chronos.Platform.HostingСборка: Chronos.Platform (в Chronos.Platform.dll) Версия: 4.0.4
public static IReadOnlyList<ProcessRef> ParseProcessRefContainer(
XElement? refContainerElement
)
Public Shared Function ParseProcessRefContainer (
refContainerElement As XElement
) As IReadOnlyList(Of ProcessRef)
public:
static IReadOnlyList<ProcessRef>^ ParseProcessRefContainer(
XElement^ refContainerElement
)
static member ParseProcessRefContainer :
refContainerElement : XElement -> IReadOnlyList<ProcessRef>
- refContainerElement XElement
- XML-элемент, из которого будут получены ссылки на процессы.
IReadOnlyListProcessRefСписок ссылок на процессы, полученный из указанного XML-элемента.