TcHmiUniversalResolver.ResolveType Method

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#

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

TcHmiUniversalResolver Class

TcHmiSrv.DynamicSymbols Namespace