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(aSkip: UInt32)
// Island
constructor(aSkip: uint32)
// .NET, .NET Standard 2.0
Jump(UInt32 aSkip)
// Island
Jump(uint32 aSkip)
// .NET, .NET Standard 2.0
init(_ aSkip: UInt32)
// Island
init(_ aSkip: uint32)
// .NET, .NET Standard 2.0
Sub New(aSkip As UInt32)
// Island
Sub New(aSkip As uint32)

Parameters:

  • aSkip:

constructor (Jump)

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)

Skip


String

Function String() As string

constructor


// .NET, .NET Standard 2.0
constructor(aSkip: UInt32)
// Island
constructor(aSkip: uint32)
// .NET, .NET Standard 2.0
Jump(UInt32 aSkip)
// Island
Jump(uint32 aSkip)
// .NET, .NET Standard 2.0
init(_ aSkip: UInt32)
// Island
init(_ aSkip: uint32)
// .NET, .NET Standard 2.0
Sub New(aSkip As UInt32)
// Island
Sub New(aSkip As uint32)

Parameters:

  • aSkip:

constructor (Jump)

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