RetConstant
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(aVal: UInt32)
// Island
constructor(aVal: uint32)
// .NET, .NET Standard 2.0
RetConstant(UInt32 aVal)
// Island
RetConstant(uint32 aVal)
// .NET, .NET Standard 2.0
init(_ aVal: UInt32)
// Island
init(_ aVal: uint32)
// .NET, .NET Standard 2.0
Sub New(aVal As UInt32)
// Island
Sub New(aVal As uint32)
Parameters:
- aVal:
constructor(value: RetConstant)
RetConstant(RetConstant value)
init(_ value: RetConstant)
Sub New(value As RetConstant)
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
Val
constructor
// .NET, .NET Standard 2.0
constructor(aVal: UInt32)
// Island
constructor(aVal: uint32)
// .NET, .NET Standard 2.0
RetConstant(UInt32 aVal)
// Island
RetConstant(uint32 aVal)
// .NET, .NET Standard 2.0
init(_ aVal: UInt32)
// Island
init(_ aVal: uint32)
// .NET, .NET Standard 2.0
Sub New(aVal As UInt32)
// Island
Sub New(aVal As uint32)
Parameters:
- aVal:
constructor(value: RetConstant)
RetConstant(RetConstant value)
init(_ value: RetConstant)
Sub New(value As RetConstant)
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