RawValue
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.encoding.asn1
- Platforms: .NET, .NET Standard 2.0, Island
constructor
constructor
RawValue()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(aClass: Int64; aTag: Int64; aIsCompound: Boolean; aBytes: Slice<Byte>; aFullBytes: Slice<Byte>)
// Island
constructor(aClass: int; aTag: int; aIsCompound: bool; aBytes: Slice<Byte>; aFullBytes: Slice<Byte>)
// .NET, .NET Standard 2.0
RawValue(Int64 aClass, Int64 aTag, Boolean aIsCompound, Slice<Byte> aBytes, Slice<Byte> aFullBytes)
// Island
RawValue(int aClass, int aTag, bool aIsCompound, Slice<Byte> aBytes, Slice<Byte> aFullBytes)
// .NET, .NET Standard 2.0
init(_ aClass: Int64, _ aTag: Int64, _ aIsCompound: Boolean, _ aBytes: Slice<Byte>, _ aFullBytes: Slice<Byte>)
// Island
init(_ aClass: int, _ aTag: int, _ aIsCompound: bool, _ aBytes: Slice<Byte>, _ aFullBytes: Slice<Byte>)
// .NET, .NET Standard 2.0
Sub New(aClass As Int64, aTag As Int64, aIsCompound As Boolean, aBytes As Slice<Byte>, aFullBytes As Slice<Byte>)
// Island
Sub New(aClass As int, aTag As int, aIsCompound As bool, aBytes As Slice<Byte>, aFullBytes As Slice<Byte>)
Parameters:
- aClass:
- aTag:
- aIsCompound:
- aBytes:
- aFullBytes:
constructor (RawValue)
constructor(value: RawValue)
RawValue(RawValue value)
init(_ value: RawValue)
Sub New(value As RawValue)
Parameters:
- value:
Bytes
var Bytes: Slice<Byte>;
Slice<Byte> Bytes
var Bytes: Slice<Byte>
Bytes Slice<Byte>
FIELD Bytes() As Slice<Byte>
Class
var Class: int;
int Class
var Class: int
Class int
FIELD Class() As int
FullBytes
var FullBytes: Slice<Byte>;
Slice<Byte> FullBytes
var FullBytes: Slice<Byte>
FullBytes Slice<Byte>
FIELD FullBytes() As Slice<Byte>
IsCompound
var IsCompound: bool;
bool IsCompound
var IsCompound: bool
IsCompound bool
FIELD IsCompound() As bool
Tag
var Tag: int;
int Tag
var Tag: int
Tag int
FIELD Tag() As int
Bytes
var Bytes: Slice<Byte>;
Slice<Byte> Bytes
var Bytes: Slice<Byte>
Bytes Slice<Byte>
FIELD Bytes() As Slice<Byte>
Class
var Class: int;
int Class
var Class: int
Class int
FIELD Class() As int
FullBytes
var FullBytes: Slice<Byte>;
Slice<Byte> FullBytes
var FullBytes: Slice<Byte>
FullBytes Slice<Byte>
FIELD FullBytes() As Slice<Byte>
IsCompound
var IsCompound: bool;
bool IsCompound
var IsCompound: bool
IsCompound bool
FIELD IsCompound() As bool
Tag
var Tag: int;
int Tag
var Tag: int
Tag int
FIELD Tag() As int
constructor
constructor
RawValue()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(aClass: Int64; aTag: Int64; aIsCompound: Boolean; aBytes: Slice<Byte>; aFullBytes: Slice<Byte>)
// Island
constructor(aClass: int; aTag: int; aIsCompound: bool; aBytes: Slice<Byte>; aFullBytes: Slice<Byte>)
// .NET, .NET Standard 2.0
RawValue(Int64 aClass, Int64 aTag, Boolean aIsCompound, Slice<Byte> aBytes, Slice<Byte> aFullBytes)
// Island
RawValue(int aClass, int aTag, bool aIsCompound, Slice<Byte> aBytes, Slice<Byte> aFullBytes)
// .NET, .NET Standard 2.0
init(_ aClass: Int64, _ aTag: Int64, _ aIsCompound: Boolean, _ aBytes: Slice<Byte>, _ aFullBytes: Slice<Byte>)
// Island
init(_ aClass: int, _ aTag: int, _ aIsCompound: bool, _ aBytes: Slice<Byte>, _ aFullBytes: Slice<Byte>)
// .NET, .NET Standard 2.0
Sub New(aClass As Int64, aTag As Int64, aIsCompound As Boolean, aBytes As Slice<Byte>, aFullBytes As Slice<Byte>)
// Island
Sub New(aClass As int, aTag As int, aIsCompound As bool, aBytes As Slice<Byte>, aFullBytes As Slice<Byte>)
Parameters:
- aClass:
- aTag:
- aIsCompound:
- aBytes:
- aFullBytes:
constructor (RawValue)
constructor(value: RawValue)
RawValue(RawValue value)
init(_ value: RawValue)
Sub New(value As RawValue)
Parameters:
- value: