IAnyTypeMarshaler.Marshal Method (Object, .Int32., Encoding, Span.Byte.)
Marshals the specified value to the specified destination.
Namespace: TwinCAT.TypeSystem
Assembly: TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229
Syntax
C#
int Marshal(
Object anyValue,
int[] args,
Encoding encoding,
Span<byte> destination
)
Parameters
anyValue |
Type: System.Object |
args |
Type: .System.Int32. |
encoding |
Type: System.Text.Encoding |
destination |
Type: System.Span.Byte. |
Return Value
Type: Int32
TheNumber of marshalled bytes.