IAnyTypeMarshaler.CanMarshal Method (Object, .Int32.)

Determines whether ADS can marshal the specified managed data type.

Namespace:  TwinCAT.TypeSystem
Assembly:  TwinCAT.Ads.Abstractions (in TwinCAT.Ads.Abstractions.dll) Version: 6.0.116+a71ced3

Syntax

C#

bool CanMarshal(
    Object value,
    int[] args
)

Parameters

value

Type: System.Object
The managed value.

args

Type: .System.Int32.
The arguments.

Return Value

Type: Boolean
true if this instance can marshal the specified managed type; otherwise, false.

Reference

IAnyTypeMarshaler Interface

CanMarshal Overload

TwinCAT.TypeSystem Namespace