PostSharpAPI ReferencePost­Sharp.​Patterns.​Threading.​ModelsFreezable­Threading­Model
Open sandboxFocus

FreezableThreadingModel Class

The FreezableThreadingModel class describes a threading model where changes to an object are forbidden after the Freeze() method has been called on this object. To use the FreezableThreadingModel, apply the FreezableAttribute custom attribute to a class.

Inheritance
FreezableThreadingModel
Namespace: PostSharp.Patterns.Threading.Models
Assembly: PostSharp.Patterns.Threading.dll
Syntax
public sealed class FreezableThreadingModel : ReadOnlyThreadingModel