Ms_Attribute_Target

enum Ms_Attribute_Target

Field

Constant in module

Description

None

ir.target_none

Assembly

ir.target_assembly

C++/CLI and C#

Module

ir.target_module

C++/CLI and C#

Class

ir.target_class

C++/CLI

Struct

ir.target_struct

C++/CLI

Enum

ir.target_enum

C++/CLI

Delegate

ir.target_delegate

C++/CLI

Interface

ir.target_interface

C++/CLI

Method

ir.target_method

C++/CLI and C#

Constructor

ir.target_constructor

C++/CLI

Return

ir.target_return

returnvalue in C++/CLI; return in C#

Parameter

ir.target_parameter

parameter in C++/CLI; param in C#

Field

ir.target_field

C++/CLI and C#

Property

ir.target_property

C++/CLI and C#

Event

ir.target_event

C++/CLI and C#

GenericParameter

ir.target_genericparameter

C++/CLI