Skip to content

Latest commit

 

History

History
54 lines (39 loc) · 1.81 KB

df4705b1-32bb-a93d-a5a9-12f08fe2234f.md

File metadata and controls

54 lines (39 loc) · 1.81 KB

BlastCompiler.Package Method

package the result of the compiler into an executable package

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

Syntax

C#

public static BlastPackageData Package(
	IBlastCompilationData compilerdata,
	BlastCompilerOptions options
)

VB

Public Shared Function Package ( 
	compilerdata As IBlastCompilationData,
	options As BlastCompilerOptions
) As BlastPackageData

C++

public:
static BlastPackageData Package(
	IBlastCompilationData^ compilerdata, 
	BlastCompilerOptions^ options
)

F#

static member Package : 
        compilerdata : IBlastCompilationData * 
        options : BlastCompilerOptions -> BlastPackageData 

Parameters

 

compilerdata
Type: NSS.Blast.Compiler.IBlastCompilationData
[Missing documentation for "M:NSS.Blast.Compiler.BlastCompiler.Package(NSS.Blast.Compiler.IBlastCompilationData,NSS.Blast.Compiler.BlastCompilerOptions)"]
options
Type: NSS.Blast.Compiler.BlastCompilerOptions
[Missing documentation for "M:NSS.Blast.Compiler.BlastCompiler.Package(NSS.Blast.Compiler.IBlastCompilationData,NSS.Blast.Compiler.BlastCompilerOptions)"]

Return Value

Type: BlastPackageData
the native blast package data structure

See Also

Reference

BlastCompiler Class
NSS.Blast.Compiler Namespace