Specifies how the PostSharp Object (IPostSharpObject) should be instantiated and should behave.

Namespace:  PostSharp.Extensibility
Assembly:  PostSharp.Core (in PostSharp.Core.dll)

Syntax

Visual Basic (Declaration)
<SerializableAttribute> _
Public NotInheritable Class PostSharpObjectSettings
C#
[SerializableAttribute]
public sealed class PostSharpObjectSettings
Visual C++
[SerializableAttribute]
public ref class PostSharpObjectSettings sealed

Inheritance Hierarchy

System..::.Object
  PostSharp.Extensibility..::.PostSharpObjectSettings

See Also