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