Jump
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
Jump()
init()
Sub New()
constructor (UInt32)
// .NET, .NET Standard 2.0
constructor(aSkip: UInt32)
// Island
constructor(aSkip: uint32)
// .NET, .NET Standard 2.0
Jump(UInt32 aSkip)
// Island
Jump(uint32 aSkip)
// .NET, .NET Standard 2.0
init(_ aSkip: UInt32)
// Island
init(_ aSkip: uint32)
// .NET, .NET Standard 2.0
Sub New(aSkip As UInt32)
// Island
Sub New(aSkip As uint32)
Parameters:
- aSkip:
constructor (Jump)
constructor(value: Jump)
Jump(Jump value)
init(_ value: Jump)
Sub New(value As Jump)
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)
Skip
var Skip: uint32;
uint32 Skip
var Skip: uint32
Skip uint32
FIELD Skip() As uint32
String
method String: string
string String()
func String() -> string
func String() string
Function String() As string
Skip
var Skip: uint32;
uint32 Skip
var Skip: uint32
Skip uint32
FIELD Skip() As uint32
constructor
constructor
Jump()
init()
Sub New()
constructor (UInt32)
// .NET, .NET Standard 2.0
constructor(aSkip: UInt32)
// Island
constructor(aSkip: uint32)
// .NET, .NET Standard 2.0
Jump(UInt32 aSkip)
// Island
Jump(uint32 aSkip)
// .NET, .NET Standard 2.0
init(_ aSkip: UInt32)
// Island
init(_ aSkip: uint32)
// .NET, .NET Standard 2.0
Sub New(aSkip As UInt32)
// Island
Sub New(aSkip As uint32)
Parameters:
- aSkip:
constructor (Jump)
constructor(value: Jump)
Jump(Jump value)
init(_ value: Jump)
Sub New(value As Jump)
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