VsaLoader.Compile 方法

定义

此成员支持 .NET Framework 基础结构,不应直接从代码使用。

public:
 virtual bool Compile();
public bool Compile();
abstract member Compile : unit -> bool
override this.Compile : unit -> bool
Public Function Compile () As Boolean

返回

true 成功编译时,指示 Run() 可以在新编译的程序集上调用该方法。 false 如果编译失败,则为

实现

适用于