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


// .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(value: RawValue)
Sub New(value As RawValue)

Parameters:

  • value:

Bytes

FIELD Bytes() As Slice<Byte>

Class


FullBytes

var FullBytes: Slice<Byte>;
var FullBytes: Slice<Byte>
FIELD FullBytes() As Slice<Byte>

IsCompound

FIELD IsCompound() As bool

Tag

Bytes

FIELD Bytes() As Slice<Byte>

Class


FullBytes

var FullBytes: Slice<Byte>;
var FullBytes: Slice<Byte>
FIELD FullBytes() As Slice<Byte>

IsCompound

FIELD IsCompound() As bool

Tag

constructor


// .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(value: RawValue)
Sub New(value As RawValue)

Parameters:

  • value: