Class SliceInfo
Encapsulates the details of a class slice (as in slice of cake) that an IActivator could not decode.
public sealed class SliceInfo
- Inheritance
-
SliceInfo
- Inherited Members
Properties
Bytes
Gets the encoded bytes for this slice, including the leading size integer.
public ReadOnlyMemory<byte> Bytes { get; }
Property Value
HasTaggedFields
Gets a value indicating whether or not the slice contains tagged fields.
public bool HasTaggedFields { get; }
Property Value
Instances
Gets the class instances referenced by this slice.
public IReadOnlyList<IceClass> Instances { get; }
Property Value
TypeId
Gets the Ice type ID or compact ID for this slice.
public string TypeId { get; }