Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 855 Bytes

106ab007-f393-80f3-27f7-3312ecdf055b.md

File metadata and controls

39 lines (26 loc) · 855 Bytes

BlastCompilerOptions.PackageMode Field

the package mode for the output, this determines how code and data is organized in memory

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

Syntax

C#

public BlastPackageMode PackageMode

VB

Public PackageMode As BlastPackageMode

C++

public:
BlastPackageMode PackageMode

F#

val mutable PackageMode: BlastPackageMode

Field Value

Type: BlastPackageMode

See Also

Reference

BlastCompilerOptions Class
NSS.Blast.Compiler Namespace