C# Класс CsDebugScript.UI.LazyUIResult

Helper class that represents UIElement to be created as result of executing interactive script. This class is needed since UI operations must be done in STA thread, so it will be lazily evaluated in UI thread.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
LazyUIResult ( Func creator ) : System

Initializes a new instance of the LazyUIResult class.

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

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

Initializes a new instance of the LazyUIResult class.
public LazyUIResult ( Func creator ) : System
creator Func The lazy creator.
Результат System