| AddInManagerCanBeCastFrom Method |
Namespace:
Dynamicweb.Extensibility.AddIns
Assembly:
Dynamicweb.Extensibility (in Dynamicweb.Extensibility.dll) Version: 4.0.3
Syntax public static bool CanBeCastFrom(
Type targetType,
Type sourceType
)
Public Shared Function CanBeCastFrom (
targetType As Type,
sourceType As Type
) As Boolean
Parameters
- targetType
- Type: SystemType
- sourceType
- Type: SystemType
Return Value
Type:
BooleanSee Also