Skip to content

Latest commit

 

History

History
62 lines (47 loc) · 1.83 KB

ee44fbdf-6512-84b0-4d42-1e058be73c39.md

File metadata and controls

62 lines (47 loc) · 1.83 KB

Blast.Intermediate Method

compile the compiler intermediate

Namespace: NSS.Blast
Assembly: BLAST (in BLAST.dll) Version: 1.0.0

Syntax

C#

public IBlastCompilationData Intermediate(
	BlastEngineDataPtr blast,
	BlastScript script,
	BlastCompilerOptions options = null
)

VB

Public Function Intermediate ( 
	blast As BlastEngineDataPtr,
	script As BlastScript,
	Optional options As BlastCompilerOptions = Nothing
) As IBlastCompilationData

C++

public:
IBlastCompilationData^ Intermediate(
	BlastEngineDataPtr blast, 
	BlastScript^ script, 
	BlastCompilerOptions^ options = nullptr
)

F#

member Intermediate : 
        blast : BlastEngineDataPtr * 
        script : BlastScript * 
        ?options : BlastCompilerOptions 
(* Defaults:
        let _options = defaultArg options null
*)
-> IBlastCompilationData 

Parameters

 

blast
Type: NSS.Blast.BlastEngineDataPtr
blast engine data
script
Type: NSS.Blast.BlastScript
script
options (Optional)
Type: NSS.Blast.Compiler.BlastCompilerOptions
compiler options

Return Value

Type: IBlastCompilationData
[Missing documentation for "M:NSS.Blast.Blast.Intermediate(NSS.Blast.BlastEngineDataPtr,NSS.Blast.BlastScript,NSS.Blast.Compiler.BlastCompilerOptions)"]

See Also

Reference

Blast Structure
NSS.Blast Namespace