RuntimeFeature.IsDynamicCodeCompiled 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,表示執行階段是否會編譯動態程式碼。
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
如果它未編譯動態程式碼或不知道這個屬性,則為 。