RuntimeFeature.IsDynamicCodeCompiled 属性

定义

获取一个值,它指示运行时是否编译动态代码。Gets a value that indicates whether the runtime compiles dynamic code.

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

属性值

Boolean

true 如果运行时编译动态代码,则为; false 如果不编译动态代码或不知道此属性,则为。true if the runtime compiles dynamic code; false if it doesn't compile dynamic code or doesn't know about this property.

适用于