TcHmiResolver.ResolveType Method

Note: This API is now obsolete.

Resolves the specified Type by the given path.

Namespace:  TcHmiSrv.DynamicSymbols
Assembly:  TcHmiSrvExtNet.DynamicSymbols (in TcHmiSrvExtNet.DynamicSymbols.dll) Version: 2.0.0.0

Syntax

C#

[ObsoleteAttribute("TcHmiResolver.ResolveType is deprecated. Use TcHmiUniversalResolver.ResolveType instead.")]
public static Type ResolveType(
    Type type,
    string path
)

Parameters

type

Type: System.Type
The Type to resolve.

path

Type: System.String
The Path to the sub-type.

Return Value

Type: Type
The resolved Type.

Reference

TcHmiResolver Class

TcHmiSrv.DynamicSymbols Namespace