다음을 통해 공유


ReadOnlyAttribute 클래스

정의

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로 표시하면 런타임 시스템에서 애플리케이션의 성능을 크게 향상시킬 수 있는 여러 최적화를 수행할 수 있습니다.

적용 대상