ITypeMarshaler.MarshalValueSize Method
Gets the byte size of the value when marshalled.
Namespace: TwinCAT.TypeSystem
Assembly: TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229
Syntax
C#
int MarshalValueSize(
Object value,
Encoding encoding
)
Parameters
value |
Type: System.Object |
encoding |
Type: System.Text.Encoding |
Return Value
Type: Int32
The marshal size of the value.