StoreScratch
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
StoreScratch()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(aSrc: Register; aN: Int64)
// Island
constructor(aSrc: Register; aN: int)
// .NET, .NET Standard 2.0
StoreScratch(Register aSrc, Int64 aN)
// Island
StoreScratch(Register aSrc, int aN)
Parameters:
- aSrc:
- aN:
constructor (StoreScratch)
constructor(value: StoreScratch)
StoreScratch(StoreScratch value)
init(_ value: StoreScratch)
Sub New(value As StoreScratch)
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)
N
Src
String
N
Src
constructor
constructor
StoreScratch()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(aSrc: Register; aN: Int64)
// Island
constructor(aSrc: Register; aN: int)
// .NET, .NET Standard 2.0
StoreScratch(Register aSrc, Int64 aN)
// Island
StoreScratch(Register aSrc, int aN)
Parameters:
- aSrc:
- aN:
constructor (StoreScratch)
constructor(value: StoreScratch)
StoreScratch(StoreScratch value)
init(_ value: StoreScratch)
Sub New(value As StoreScratch)
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