PlatformAttribute(Platform) Constructor

Definition

Creates and initializes a new instance of the attribute.

public:
 PlatformAttribute(Platform platform);
 PlatformAttribute(Platform const& platform);
public PlatformAttribute(Platform platform);
function PlatformAttribute(platform)
Public Sub New (platform As Platform)

Parameters

platform
Platform

A value of the enumeration. The default is Windows.

Applies to