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(aOff: UInt32; aSize: Int64)
// Island
constructor(aOff: uint32; aSize: int)
// .NET, .NET Standard 2.0
LoadAbsolute(UInt32 aOff, Int64 aSize)
// Island
LoadAbsolute(uint32 aOff, int aSize)
// .NET, .NET Standard 2.0
init(_ aOff: UInt32, _ aSize: Int64)
// Island
init(_ aOff: uint32, _ aSize: int)
// .NET, .NET Standard 2.0
Sub New(aOff As UInt32, aSize As Int64)
// Island
Sub New(aOff As uint32, aSize As int)

Parameters:

  • aOff:
  • aSize:

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

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)

Off


Size


String

Function String() As string

constructor


// .NET, .NET Standard 2.0
constructor(aOff: UInt32; aSize: Int64)
// Island
constructor(aOff: uint32; aSize: int)
// .NET, .NET Standard 2.0
LoadAbsolute(UInt32 aOff, Int64 aSize)
// Island
LoadAbsolute(uint32 aOff, int aSize)
// .NET, .NET Standard 2.0
init(_ aOff: UInt32, _ aSize: Int64)
// Island
init(_ aOff: uint32, _ aSize: int)
// .NET, .NET Standard 2.0
Sub New(aOff As UInt32, aSize As Int64)
// Island
Sub New(aOff As uint32, aSize As int)

Parameters:

  • aOff:
  • aSize:

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

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