LoadAbsolute

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

 

constructor

 

LoadAbsolute()

 

init()

 

Sub New()

constructor (UInt32, Int64)

 

// .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 (LoadAbsolute)

 

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() -> (RawInstruction, error)

 

func Assemble() tuple of (RawInstruction, error)

 

Function Assemble() As Tuple (Of RawInstruction, error)

Off

 

var Off: uint32;

 

uint32 Off

 

var Off: uint32

 

Off uint32

 

FIELD Off() As uint32

Size

 

var Size: int;

 

int Size

 

var Size: int

 

Size int

 

FIELD Size() As int

String

 

method String: string

 

string String()

 

func String() -> string

 

func String() string

 

Function String() As string

 

Off

 

var Off: uint32;

 

uint32 Off

 

var Off: uint32

 

Off uint32

 

FIELD Off() As uint32

Size

 

var Size: int;

 

int Size

 

var Size: int

 

Size int

 

FIELD Size() As int

 

constructor

 

constructor

 

LoadAbsolute()

 

init()

 

Sub New()

constructor (UInt32, Int64)

 

// .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 (LoadAbsolute)

 

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() -> (RawInstruction, error)

 

func Assemble() tuple of (RawInstruction, error)

 

Function Assemble() As Tuple (Of RawInstruction, error)

String

 

method String: string

 

string String()

 

func String() -> string

 

func String() string

 

Function String() As string