Table of Contents

Class ThreadDependentExtensions

Namespace
CarinaStudio.Threading
Assembly
CarinaStudio.AppBase.Application.dll

Extensions for IThreadDependent.

public static class ThreadDependentExtensions
Inheritance
ThreadDependentExtensions
Inherited Members

Methods

VerifyAccess(IThreadDependent)

Throw InvalidOperationException if current thread is not the thread which object depends on.

public static void VerifyAccess(this IThreadDependent threadDependent)

Parameters

threadDependent IThreadDependent

IThreadDependent.