C# Class PoshWpf.WindowArgs

Arguments which are passed to the window thread
Show 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 property

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

InitException public property

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

InitHandle public property

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

Initialize public property

Delegate to
public SetWindowProperties Initialize
return SetWindowProperties

OwnerHandle public property

public IntPtr? OwnerHandle
return IntPtr?

ShellRunspace public property

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

WindowXaml public property

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