Execute the compilation stage, prepares c# code ready for the burst compiler
Namespace: NSS.Blast.Compiler.Stage
Assembly: BLAST (in BLAST.dll) Version: 1.0.0
C#
public int Execute(
IBlastCompilationData data
)
VB
Public Function Execute (
data As IBlastCompilationData
) As Integer
C++
public:
virtual int Execute(
IBlastCompilationData^ data
) sealed
F#
abstract Execute :
data : IBlastCompilationData -> int
override Execute :
data : IBlastCompilationData -> int
- data
- Type: NSS.Blast.Compiler.IBlastCompilationData
compiler data
Type: Int32
non zero on error conditions