C# 클래스 PoshWpf.WindowArgs

Arguments which are passed to the window thread
파일 보기 프로젝트 열기: Jaykul/PoshConsole 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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