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

動的コードの使用方法に関する情報を含むメッセージ。

適用対象