Sdílet prostřednictvím


RequiresDynamicCodeAttribute(String) Konstruktor

Definice

Inicializuje novou instanci třídy RequiresDynamicCodeAttribute se zadanou zprávou.

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)

Parametry

message
String

Zpráva, která obsahuje informace o použití dynamického kódu.

Platí pro