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

一則包含動態程式碼使用資訊的訊息。

適用於