继承层次结构
System.Object
System.Attribute
ReactiveTests.AsynchronousAttribute
Namespace:ReactiveTests
装配: Tests.System.Reactive.dll) 中的 Tests.System.Reactive (
语法
'Declaration
<AttributeUsageAttribute(AttributeTargets.Method)> _
Public Class AsynchronousAttribute _
Inherits Attribute
'Usage
Dim instance As AsynchronousAttribute
[AttributeUsageAttribute(AttributeTargets.Method)]
public class AsynchronousAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Method)]
public ref class AsynchronousAttribute : public Attribute
[<AttributeUsageAttribute(AttributeTargets.Method)>]
type AsynchronousAttribute =
class
inherit Attribute
end
public class AsynchronousAttribute extends Attribute
AsynchronousAttribute 类型公开以下成员。
构造函数
| 名称 | 说明 | |
|---|---|---|
|
AsynchronousAttribute |
顶部
属性
| 名称 | 说明 | |
|---|---|---|
|
TypeId | (继承自 Attribute.) |
顶部
方法
| 名称 | 说明 | |
|---|---|---|
|
等于 | (继承自 Attribute.) |
|
完成 | (继承自 Object.) |
|
GetHashCode | (继承自 Attribute.) |
|
GetType | (继承自 Object.) |
|
IsDefaultAttribute | (继承自 Attribute.) |
|
匹配 | (继承自 Attribute.) |
|
MemberwiseClone | (继承自 Object.) |
|
ToString | (继承自 Object.) |
顶部
显式接口实现
| 名称 | 说明 | |
|---|---|---|
|
_Attribute.GetIDsOfNames | (继承自 Attribute.) |
|
_Attribute.GetTypeInfo | (继承自 Attribute.) |
|
_Attribute.GetTypeInfoCount | (继承自 Attribute.) |
|
_Attribute.Invoke | (继承自 Attribute.) |
顶部
线程安全性
此类型的所有公共静态(Visual Basic 中共享的)成员都是线程安全的。 但不保证所有实例成员都是线程安全的。