VsaLoader.Compile Method

Definition

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

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

Returns

true on successful compilation, indicating that the Run() method can be called on the newly compiled assembly. false if the compilation failed.

Implements

Applies to