Dreamine.FullKit.Wpf.Tests 1.0.0.0
Dreamine.FullKit.Wpf.Tests 기능을 검증하는 자동화 테스트 프로젝트입니다.
로딩중...
검색중...
일치하는것 없음
Dreamine.FullKit.Wpf.Tests.Threading.ThreadingWpfTests.TestThreadUiDispatcher 클래스 참조sealed

더 자세히 ...

Dreamine.FullKit.Wpf.Tests.Threading.ThreadingWpfTests.TestThreadUiDispatcher에 대한 상속 다이어그램 :
Dreamine.FullKit.Wpf.Tests.Threading.ThreadingWpfTests.TestThreadUiDispatcher에 대한 협력 다이어그램:

Public 멤버 함수

void Invoke (Action action)
void BeginInvoke (Action action)

속성

Dispatcher Dispatcher = Dispatcher.CurrentDispatcher [get]

상세한 설명

Test Thread Ui Dispatcher 기능과 관련 상태를 캡슐화합니다.

ThreadingWpfTests.cs 파일의 165 번째 라인에서 정의되었습니다.

멤버 함수 문서화

◆ BeginInvoke()

void Dreamine.FullKit.Wpf.Tests.Threading.ThreadingWpfTests.TestThreadUiDispatcher.BeginInvoke ( Action action)
inline

Begin Invoke 작업을 수행합니다.

매개변수
actionaction에 사용할 Action 값입니다.

ThreadingWpfTests.cs 파일의 214 번째 라인에서 정의되었습니다.

215 {
216 action();
217 }

◆ Invoke()

void Dreamine.FullKit.Wpf.Tests.Threading.ThreadingWpfTests.TestThreadUiDispatcher.Invoke ( Action action)
inline

Invoke 작업을 수행합니다.

매개변수
actionaction에 사용할 Action 값입니다.

ThreadingWpfTests.cs 파일의 193 번째 라인에서 정의되었습니다.

194 {
195 action();
196 }

속성 문서화

◆ Dispatcher

Dispatcher Dreamine.FullKit.Wpf.Tests.Threading.ThreadingWpfTests.TestThreadUiDispatcher.Dispatcher = Dispatcher.CurrentDispatcher
get

Dispatcher 값을 가져옵니다.

ThreadingWpfTests.cs 파일의 175 번째 라인에서 정의되었습니다.

175{ get; } = Dispatcher.CurrentDispatcher;

이 클래스에 대한 문서화 페이지는 다음의 파일로부터 생성되었습니다.: