Complile the code and package into blastscriptpackage
Namespace: NSS.Blast
Assembly: BLAST (in BLAST.dll) Version: 1.0.0
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
- code
- Type: System.String
the script code - options (Optional)
- Type: NSS.Blast.Compiler.BlastCompilerOptions
compiler options
Type: BlastScriptPackage
the blastscript package