Table of Contents

Class TargetPlatformAttribute

Namespace
Ecng.Common
Assembly
Ecng.Common.dll

Features attribute.

[AttributeUsage(AttributeTargets.Class)]
public class TargetPlatformAttribute : Attribute
Inheritance
TargetPlatformAttribute
Inherited Members
Extension Methods

Remarks

Initializes a new instance of the TargetPlatformAttribute.

Constructors

TargetPlatformAttribute(Platforms)

Features attribute.

public TargetPlatformAttribute(Platforms platform = Platforms.AnyCPU)

Parameters

platform Platforms

Platform.

Remarks

Initializes a new instance of the TargetPlatformAttribute.

Properties

Platform

Platform.

public Platforms Platform { get; }

Property Value

Platforms