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