C# Класс PoshWpf.WindowArgs

Arguments which are passed to the window thread
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
AsyncResult WindowDispatcherAsyncResult
InitException System.Exception
InitHandle System.Threading.EventWaitHandle
Initialize SetWindowProperties
OwnerHandle IntPtr?
ShellRunspace System.Management.Automation.Runspaces.Runspace
WindowXaml System.Xml.XmlNode

Описание свойств

AsyncResult публичное свойство

an internal reference to the IAsyncResult object so the the result can be set
public WindowDispatcherAsyncResult,PoshWpf AsyncResult
Результат WindowDispatcherAsyncResult

InitException публичное свойство

an initialization exception that, if set, will be thown by the start method
public Exception,System InitException
Результат System.Exception

InitHandle публичное свойство

initialization wait handle, signaled once initialization is completed
public EventWaitHandle,System.Threading InitHandle
Результат System.Threading.EventWaitHandle

Initialize публичное свойство

Delegate to
public SetWindowProperties Initialize
Результат SetWindowProperties

OwnerHandle публичное свойство

public IntPtr? OwnerHandle
Результат IntPtr?

ShellRunspace публичное свойство

public Runspace,System.Management.Automation.Runspaces ShellRunspace
Результат System.Management.Automation.Runspaces.Runspace

WindowXaml публичное свойство

[xml]containing the xaml for the window
public XmlNode,System.Xml WindowXaml
Результат System.Xml.XmlNode