ITypeMarshaler.CanMarshal Method (Type)

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(
    Type type
)

Parameters

type

Type: System.Type
The Managed data type.

Return Value

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

Reference

ITypeMarshaler Interface

CanMarshal Overload

TwinCAT.TypeSystem Namespace