JumpIf
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(aCond: JumpTest; aVal: UInt32; aSkipTrue: Byte; aSkipFalse: Byte)
// Island
constructor(aCond: JumpTest; aVal: uint32; aSkipTrue: uint8; aSkipFalse: uint8)
// .NET, .NET Standard 2.0
JumpIf(JumpTest aCond, UInt32 aVal, Byte aSkipTrue, Byte aSkipFalse)
// Island
JumpIf(JumpTest aCond, uint32 aVal, uint8 aSkipTrue, uint8 aSkipFalse)
// .NET, .NET Standard 2.0
init(_ aCond: JumpTest, _ aVal: UInt32, _ aSkipTrue: Byte, _ aSkipFalse: Byte)
// Island
init(_ aCond: JumpTest, _ aVal: uint32, _ aSkipTrue: uint8, _ aSkipFalse: uint8)
// .NET, .NET Standard 2.0
Sub New(aCond As JumpTest, aVal As UInt32, aSkipTrue As Byte, aSkipFalse As Byte)
// Island
Sub New(aCond As JumpTest, aVal As uint32, aSkipTrue As uint8, aSkipFalse As uint8)
Parameters:
- aCond:
- aVal:
- aSkipTrue:
- aSkipFalse:
constructor(value: JumpIf)
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)
Cond
SkipFalse
FIELD SkipFalse() As uint8
SkipTrue
FIELD SkipTrue() As uint8
String
Function String() As string
Val
Cond
SkipFalse
FIELD SkipFalse() As uint8
SkipTrue
FIELD SkipTrue() As uint8
Val
constructor
// .NET, .NET Standard 2.0
constructor(aCond: JumpTest; aVal: UInt32; aSkipTrue: Byte; aSkipFalse: Byte)
// Island
constructor(aCond: JumpTest; aVal: uint32; aSkipTrue: uint8; aSkipFalse: uint8)
// .NET, .NET Standard 2.0
JumpIf(JumpTest aCond, UInt32 aVal, Byte aSkipTrue, Byte aSkipFalse)
// Island
JumpIf(JumpTest aCond, uint32 aVal, uint8 aSkipTrue, uint8 aSkipFalse)
// .NET, .NET Standard 2.0
init(_ aCond: JumpTest, _ aVal: UInt32, _ aSkipTrue: Byte, _ aSkipFalse: Byte)
// Island
init(_ aCond: JumpTest, _ aVal: uint32, _ aSkipTrue: uint8, _ aSkipFalse: uint8)
// .NET, .NET Standard 2.0
Sub New(aCond As JumpTest, aVal As UInt32, aSkipTrue As Byte, aSkipFalse As Byte)
// Island
Sub New(aCond As JumpTest, aVal As uint32, aSkipTrue As uint8, aSkipFalse As uint8)
Parameters:
- aCond:
- aVal:
- aSkipTrue:
- aSkipFalse:
constructor(value: JumpIf)
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