Skip to content

Latest commit

 

History

History
58 lines (43 loc) · 1.55 KB

1452d558-f779-3130-401b-a59e5bc74cc4.md

File metadata and controls

58 lines (43 loc) · 1.55 KB

Blast.Package Method (String, BlastCompilerOptions)

Complile the code and package into blastscriptpackage

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

Syntax

C#

public BlastScriptPackage Package(
	string code,
	BlastCompilerOptions options = null
)

VB

Public Function Package ( 
	code As String,
	Optional options As BlastCompilerOptions = Nothing
) As BlastScriptPackage

C++

public:
BlastScriptPackage^ Package(
	String^ code, 
	BlastCompilerOptions^ options = nullptr
)

F#

member Package : 
        code : string * 
        ?options : BlastCompilerOptions 
(* Defaults:
        let _options = defaultArg options null
*)
-> BlastScriptPackage 

Parameters

 

code
Type: System.String
the script code
options (Optional)
Type: NSS.Blast.Compiler.BlastCompilerOptions
compiler options

Return Value

Type: BlastScriptPackage
the blastscript package

See Also

Reference

Blast Structure
Package Overload
NSS.Blast Namespace