C# Class PoshWpf.WindowArgs

Arguments which are passed to the window thread
Mostra file Open project: Jaykul/PoshConsole Class Usage Examples

Public Properties

Property Type Description
AsyncResult WindowDispatcherAsyncResult
InitException System.Exception
InitHandle System.Threading.EventWaitHandle
Initialize SetWindowProperties
OwnerHandle IntPtr?
ShellRunspace System.Management.Automation.Runspaces.Runspace
WindowXaml System.Xml.XmlNode

Property Details

AsyncResult public_oe property

an internal reference to the IAsyncResult object so the the result can be set
public WindowDispatcherAsyncResult,PoshWpf AsyncResult
return WindowDispatcherAsyncResult

InitException public_oe property

an initialization exception that, if set, will be thown by the start method
public Exception,System InitException
return System.Exception

InitHandle public_oe property

initialization wait handle, signaled once initialization is completed
public EventWaitHandle,System.Threading InitHandle
return System.Threading.EventWaitHandle

Initialize public_oe property

Delegate to
public SetWindowProperties Initialize
return SetWindowProperties

OwnerHandle public_oe property

public IntPtr? OwnerHandle
return IntPtr?

ShellRunspace public_oe property

public Runspace,System.Management.Automation.Runspaces ShellRunspace
return System.Management.Automation.Runspaces.Runspace

WindowXaml public_oe property

[xml]containing the xaml for the window
public XmlNode,System.Xml WindowXaml
return System.Xml.XmlNode