Resolver.CanResolve Method

Determines whether this Resolver can resolve Objects of the specified Type.

Namespace:  TcHmiSrv.Core.Tools.Resolving.Resolvers
Assembly:  TcHmiSrvExtNet.Core (in TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0

Syntax

C#

public abstract bool CanResolve(
    Type type
)

Parameters

type

Type: System.Type
The Type of the Object to resolve.

Return Value

Type: Boolean
true if this Resolver can resolve Objects of the specified Type; otherwise, false.

Reference

Resolver Class

TcHmiSrv.Core.Tools.Resolving.Resolvers Namespace