LoadIndirect
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
LoadIndirect()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(aOff: UInt32; aSize: Int64)
// Island
constructor(aOff: uint32; aSize: int)
// .NET, .NET Standard 2.0
LoadIndirect(UInt32 aOff, Int64 aSize)
// Island
LoadIndirect(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 (LoadIndirect)
constructor(value: LoadIndirect)
LoadIndirect(LoadIndirect value)
init(_ value: LoadIndirect)
Sub New(value As LoadIndirect)
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
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
LoadIndirect()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(aOff: UInt32; aSize: Int64)
// Island
constructor(aOff: uint32; aSize: int)
// .NET, .NET Standard 2.0
LoadIndirect(UInt32 aOff, Int64 aSize)
// Island
LoadIndirect(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 (LoadIndirect)
constructor(value: LoadIndirect)
LoadIndirect(LoadIndirect value)
init(_ value: LoadIndirect)
Sub New(value As LoadIndirect)
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
method String: string
string String()
func String() -> string
func String() string
Function String() As string