Overview

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.golang.org.x.net.bpf
  • Platforms: .NET, .NET Standard 2.0, Island

constructor


// .NET, .NET Standard 2.0
constructor(aOp: ALUOp; aVal: UInt32)
// Island
constructor(aOp: ALUOp; aVal: uint32)
// .NET, .NET Standard 2.0
ALUOpConstant(ALUOp aOp, UInt32 aVal)
// Island
ALUOpConstant(ALUOp aOp, uint32 aVal)
// .NET, .NET Standard 2.0
init(_ aOp: ALUOp, _ aVal: UInt32)
// Island
init(_ aOp: ALUOp, _ aVal: uint32)
// .NET, .NET Standard 2.0
Sub New(aOp As ALUOp, aVal As UInt32)
// Island
Sub New(aOp As ALUOp, aVal As uint32)

Parameters:

  • aOp:
  • aVal:

constructor(value: ALUOpConstant)
ALUOpConstant(ALUOpConstant value)
init(_ value: ALUOpConstant)
Sub New(value As ALUOpConstant)

Parameters:

  • value:

Assemble

method Assemble: tuple of (RawInstruction, error)
(RawInstruction, error) Assemble()
func Assemble() -> tuple of (RawInstruction, error)
func Assemble() tuple of (RawInstruction, error)
Function Assemble() As Tuple (Of RawInstruction, error)

Op


String

Function String() As string

Val

constructor


// .NET, .NET Standard 2.0
constructor(aOp: ALUOp; aVal: UInt32)
// Island
constructor(aOp: ALUOp; aVal: uint32)
// .NET, .NET Standard 2.0
ALUOpConstant(ALUOp aOp, UInt32 aVal)
// Island
ALUOpConstant(ALUOp aOp, uint32 aVal)
// .NET, .NET Standard 2.0
init(_ aOp: ALUOp, _ aVal: UInt32)
// Island
init(_ aOp: ALUOp, _ aVal: uint32)
// .NET, .NET Standard 2.0
Sub New(aOp As ALUOp, aVal As UInt32)
// Island
Sub New(aOp As ALUOp, aVal As uint32)

Parameters:

  • aOp:
  • aVal:

constructor(value: ALUOpConstant)
ALUOpConstant(ALUOpConstant value)
init(_ value: ALUOpConstant)
Sub New(value As ALUOpConstant)

Parameters:

  • value:

Assemble

method Assemble: tuple of (RawInstruction, error)
(RawInstruction, error) Assemble()
func Assemble() -> tuple of (RawInstruction, error)
func Assemble() tuple of (RawInstruction, error)
Function Assemble() As Tuple (Of RawInstruction, error)

String

Function String() As string