RequiresDynamicCodeAttribute(String) Oluşturucu

Tanım

Belirtilen iletiyle sınıfının yeni bir örneğini RequiresDynamicCodeAttribute başlatır.

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)

Parametreler

message
String

Dinamik kodun kullanımı hakkında bilgi içeren bir ileti.

Şunlara uygulanır