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()
// .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)
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
Size
String
Off
Size
constructor
constructor
LoadAbsolute()
init()
Sub New()
// .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)
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