Implements a PlatformAdapter specifically for the .NET Framework 2.0.

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

Syntax

Visual Basic (Declaration)
Public Class DotNet20PlatformAdapter _
	Inherits PlatformAdapter
C#
public class DotNet20PlatformAdapter : PlatformAdapter
Visual C++
public ref class DotNet20PlatformAdapter : public PlatformAdapter

Inheritance Hierarchy

System..::.Object
  System..::.MarshalByRefObject
    PostSharp.Extensibility..::.PlatformAdapter
      PostSharp.Extensibility..::.DotNet20PlatformAdapter

See Also