共用方式為


AsynchronousAttribute 類別

繼承階層架構

System.Object
   System.Attribute
    ReactiveTests.AsynchronousAttribute

Namespace:ReactiveTests
裝配: Tests.System.Reactive.dll) 中的 Tests.System.Reactive (

Syntax

'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

SyncAttribute 類型會公開下列成員。

建構函式

  名稱 描述
方法 AsynchronousAttribute

頂端

屬性

  名稱 描述
屬性 TypeId (繼承自 Attribute.)

頂端

方法

  名稱 描述
方法 等於 (繼承自 Attribute.)
完成 (繼承自 Object.)
方法 GetHashCode (繼承自 Attribute.)
方法 GetType (繼承自 Object.)
方法 IsDefaultAttribute (繼承自 Attribute.)
方法 相符項目 (繼承自 Attribute.)
MemberwiseClone (繼承自 Object.)
方法 ToString (繼承自 Object.)

頂端

明確介面實作

  名稱 描述
含明確介面 implemetation _Attribute.GetIDsOfNames (繼承自 Attribute.)
含明確介面 implemetation _Attribute.GetTypeInfo (繼承自 Attribute.)
含明確介面 implemetation _Attribute.GetTypeInfoCount (繼承自 Attribute.)
含明確介面 implemetation _Attribute.Invoke (繼承自 Attribute.)

頂端

執行緒安全性

這個類型的任何公用靜態 (Visual Basic 中的 Shared) 成員都是安全執行緒。 並非所有的執行個體成員都是安全執行緒。

另請參閱

參考

ReactiveTests 命名空間