AspectPlatformAttribute

Overview

Apply this attribute to define which platforms this aspect supports.

Location

Properties


Platform

Bitset for the platforms that are supported.

 

property Platform: Platform read;

 

Platform Platform { get; }

 

var Platform: Platform { get{} }

 

Platform Platform { __get; }

 

ReadOnly Property Platform() As Platform

Instance Methods


constructor

Create a new instance of this attribute

 

constructor(platform: Platform)

 

AspectPlatformAttribute(Platform platform)

 

init(_ platform: Platform)

 

AspectPlatformAttribute(Platform platform)

 

Sub New(platform As Platform)

Parameters:

  • platform: Bitset for the platforms that are supported.