Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 1.73 KB

d6363984-4b10-a4ac-7edd-fcca9b5fcf8f.md

File metadata and controls

52 lines (35 loc) · 1.73 KB

IMByteCode Class

intermediate bytecode - can contain additional data

Inheritance Hierarchy

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

Syntax

C#

public class IMByteCode

VB

Public Class IMByteCode

C++

public ref class IMByteCode

F#

type IMByteCode =  class end

The IMByteCode type exposes the following members.

Properties

 

NameDescription
Public propertycode the bytecode
Public propertyop possible translation
  Back to Top

Methods

 

NameDescription
Public methodToString

(Overrides Object.ToString().)

  Back to Top

See Also

Reference

NSS.Blast.Compiler.Stage Namespace