Skip to content

Latest commit

 

History

History
60 lines (43 loc) · 2.12 KB

6291cba1-03b1-a8c2-2e27-71e0126fdbe5.md

File metadata and controls

60 lines (43 loc) · 2.12 KB

BlastPackaging Class

Package Stage: process compiled bytecode into packages

Inheritance Hierarchy

System.Object
  NSS.Blast.Compiler.Stage.BlastPackaging
Namespace: NSS.Blast.Compiler.Stage
Assembly: BLAST (in BLAST.dll) Version: 1.0.0

Syntax

C#

public class BlastPackaging : IBlastCompilerStage

VB

Public Class BlastPackaging
	Implements IBlastCompilerStage

C++

public ref class BlastPackaging : IBlastCompilerStage

F#

type BlastPackaging =  
    class
        interface IBlastCompilerStage
    end

The BlastPackaging type exposes the following members.

Constructors

 

NameDescription
Public methodBlastPackaging Initializes a new instance of the BlastPackaging class
  Back to Top

Properties

 

NameDescription
Public propertyStageType Packaging Stage -> creates package
Public propertyVersion Version 0.1
  Back to Top

Methods

 

NameDescription
Public methodExecute package bytecode into script package
  Back to Top

See Also

Reference

NSS.Blast.Compiler.Stage Namespace