C# Class PoshWpf.WindowArgs

Arguments which are passed to the window thread
Afficher le fichier Open project: Jaykul/PoshConsole Class Usage Examples

Méthodes publiques

Свойство 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
Résultat WindowDispatcherAsyncResult

InitException public_oe property

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

InitHandle public_oe property

initialization wait handle, signaled once initialization is completed
public EventWaitHandle,System.Threading InitHandle
Résultat System.Threading.EventWaitHandle

Initialize public_oe property

Delegate to
public SetWindowProperties Initialize
Résultat SetWindowProperties

OwnerHandle public_oe property

public IntPtr? OwnerHandle
Résultat IntPtr?

ShellRunspace public_oe property

public Runspace,System.Management.Automation.Runspaces ShellRunspace
Résultat System.Management.Automation.Runspaces.Runspace

WindowXaml public_oe property

[xml]containing the xaml for the window
public XmlNode,System.Xml WindowXaml
Résultat System.Xml.XmlNode