RequiresDynamicCodeAttribute(String) Constructor

Definitie

Initialiseert een nieuw exemplaar van de RequiresDynamicCodeAttribute klasse met het opgegeven bericht.

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

Een bericht met informatie over het gebruik van dynamische code.

Van toepassing op