RequiresDynamicCodeAttribute(String) Constructor

Definition

Initializes a new instance of the RequiresDynamicCodeAttribute class with the specified message.

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)

Parameters

message
String

A message that contains information about the usage of dynamic code.

Applies to