IAnyTypeMarshaler.Unmarshal Method (Type, .Int32., ReadOnlySpan.Byte., Encoding, Object.)
Unmarshals the source data to an managed value of the specified type.
Namespace: TwinCAT.TypeSystem
Assembly: TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229
Syntax
C#
int Unmarshal(
Type anyType,
int[] args,
ReadOnlySpan<byte> source,
Encoding encoding,
out Object value
)
Parameters
anyType |
Type: System.Type |
args |
Type: .System.Int32. |
source |
Type: System.ReadOnlySpan.Byte. |
encoding |
Type: System.Text.Encoding |
value |
Type: System.Object. |
Return Value
Type: Int32
Number of unmarshaled bytes.