Skip to content

Latest commit

 

History

History
54 lines (39 loc) · 1.35 KB

d2e14923-f2cf-fa3a-f8b1-7f27267ee374.md

File metadata and controls

54 lines (39 loc) · 1.35 KB

BlastHPCCompiler.Execute Method

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

Syntax

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 

Parameters

 

data
Type: NSS.Blast.Compiler.IBlastCompilationData
compiler data

Return Value

Type: Int32
non zero on error conditions

Implements

IBlastCompilerStage.Execute(IBlastCompilationData)

See Also

Reference

BlastHPCCompiler Class
NSS.Blast.Compiler.Stage Namespace