ReadOnlyAttribute 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
ReadOnly 屬性是用來標記不會修改粒紋狀態的方法。
將方法標示為 ReadOnly 可讓執行時間系統執行一些優化,以大幅改善應用程式的效能。
[System.AttributeUsage(System.AttributeTargets.Method)]
public sealed class ReadOnlyAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Method)]
[Orleans.InvokableCustomInitializer("AddInvokeMethodOptions", Orleans.CodeGeneration.InvokeMethodOptions.ReadOnly)]
public sealed class ReadOnlyAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Method)>]
type ReadOnlyAttribute = class
inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Method)>]
[<Orleans.InvokableCustomInitializer("AddInvokeMethodOptions", Orleans.CodeGeneration.InvokeMethodOptions.ReadOnly)>]
type ReadOnlyAttribute = class
inherit Attribute
Public NotInheritable Class ReadOnlyAttribute
Inherits Attribute
- 繼承
-
ReadOnlyAttribute
- 屬性
建構函式
ReadOnlyAttribute() |
ReadOnly 屬性是用來標記不會修改粒紋狀態的方法。 將方法標示為 ReadOnly 可讓執行時間系統執行一些優化,以大幅改善應用程式的效能。 |