继承层次结构
System.Object
ReactiveTests.TestBase
ReactiveTests.Tests.DispatcherSchedulerTest
Namespace:ReactiveTests.Tests
装配: Tests.System.Reactive.dll) 中的 Tests.System.Reactive (
语法
'Declaration
<TestClassAttribute> _
Public Class DispatcherSchedulerTest _
Inherits TestBase
'Usage
Dim instance As DispatcherSchedulerTest
[TestClassAttribute]
public class DispatcherSchedulerTest : TestBase
[TestClassAttribute]
public ref class DispatcherSchedulerTest : public TestBase
[<TestClassAttribute>]
type DispatcherSchedulerTest =
class
inherit TestBase
end
public class DispatcherSchedulerTest extends TestBase
DispatcherSchedulerTest 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
![]() |
DispatcherSchedulerTest |
顶部
方法
名称 | 说明 | |
---|---|---|
![]() |
Dispatcher_ArgumentChecking | |
![]() |
Dispatcher_Now | |
![]() |
Dispatcher_Property | |
![]() |
Dispatcher_ScheduleAction | |
![]() |
Dispatcher_ScheduleActionDue | |
![]() |
Dispatcher_ScheduleActionDueCancel | |
![]() |
Dispatcher_ScheduleActionDueNow | |
![]() |
Dispatcher_ScheduleActionError | |
![]() |
等于 | (继承自 Object.) |
![]() |
完成 | (继承自 Object.) |
![]() |
GetHashCode | (继承自 Object.) |
![]() |
GetType | (继承自 Object.) |
![]() |
MemberwiseClone | (继承自 Object.) |
![]() |
RunAsync | (继承自 TestBase.) |
![]() |
ToString | (继承自 Object.) |
顶部
线程安全性
此类型的所有公共静态(Visual Basic 中共享的)成员都是线程安全的。 但不保证所有实例成员都是线程安全的。