Share via


CompiledExpressionInvoker.IsStaticallyCompiled 属性

定义

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

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

属性值

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

适用于