Contains the characteristics of a platform, typically the target platform of the module.

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

Syntax

Visual Basic (Declaration)
Public NotInheritable Class PlatformInfo
C#
public sealed class PlatformInfo
Visual C++
public ref class PlatformInfo sealed

Inheritance Hierarchy

System..::.Object
  PostSharp.CodeModel..::.PlatformInfo

See Also