RequiresDynamicCodeAttribute(String) 构造函数

定义

使用指定的消息初始化 RequiresDynamicCodeAttribute 类的新实例。

public:
 RequiresDynamicCodeAttribute(System::String ^ message);
public RequiresDynamicCodeAttribute (string message);
new System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute : string -> System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute
Public Sub New (message As String)

参数

message
String

一条消息,其中包含有关动态代码用法的信息。

适用于