AsynchronousAttribute 类

继承层次结构

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 类型公开以下成员。

构造函数

  名称 说明
Public method Public method AsynchronousAttribute

顶部

属性

  名称 说明
公共属性 TypeId (继承自 Attribute.)

顶部

方法

  名称 说明
Public method Public method 等于 (继承自 Attribute.)
受保护的方法 完成 (继承自 Object.)
Public method Public method GetHashCode (继承自 Attribute.)
Public method Public method GetType (继承自 Object.)
Public method Public method IsDefaultAttribute (继承自 Attribute.)
Public method Public method 匹配 (继承自 Attribute.)
受保护的方法 MemberwiseClone (继承自 Object.)
Public method Public method ToString (继承自 Object.)

顶部

显式接口实现

  名称 说明
显式接口 implemetation Private 方法 _Attribute.GetIDsOfNames (继承自 Attribute.)
显式接口 implemetation Private 方法 _Attribute.GetTypeInfo (继承自 Attribute.)
显式接口 implemetation Private 方法 _Attribute.GetTypeInfoCount (继承自 Attribute.)
显式接口 implemetation Private 方法 _Attribute.Invoke (继承自 Attribute.)

顶部

线程安全性

此类型的所有公共静态(Visual Basic 中共享的)成员都是线程安全的。 但不保证所有实例成员都是线程安全的。

另请参阅

参考

ReactiveTests 命名空间