ITypeMarshaler.CanMarshalValue Method
Determines whether ADS can marshal the specified value
Namespace: TwinCAT.TypeSystem
Assembly: TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229
Syntax
C#
bool CanMarshalValue(
Object value
)
Parameters
value |
Type: System.Object |
Return Value
Type: Boolean
true if this instance can marshal the
specified value; otherwise, false.