RuntimeFeature.IsDynamicCodeCompiled 屬性

定義

取得值,表示執行階段是否會編譯動態程式碼。

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

屬性值

true 如果運行時間編譯動態程序代碼,則為 ; false 如果它未編譯動態程式碼或不知道這個屬性,則為 。

適用於