RuntimeFeature.IsDynamicCodeCompiled Tulajdonság

Definíció

Olyan értéket kap, amely jelzi, hogy a futtatókörnyezet dinamikus kódot fordít-e le.

public:
 static property bool IsDynamicCodeCompiled { bool get(); };
public static bool IsDynamicCodeCompiled { get; }
static member IsDynamicCodeCompiled : bool
Public Shared ReadOnly Property IsDynamicCodeCompiled As Boolean

Tulajdonság értéke

true ha a futtatókörnyezet dinamikus kódot fordít le; false ha nem fordít dinamikus kódot, vagy nem tud erről a tulajdonságról.

A következőre érvényes: