CompiledExpressionInvoker.IsStaticallyCompiled 属性

定义

获取或设置编译的表达式调用程序是否静态编译。

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

属性值

true 如果已编译的表达式调用程序是静态编译的,否则,为 false.

适用于