TcHmiResolver Class
Note: This API is now obsolete.
Provides methods to resolve sub-objects of several types by a given Path.
Inheritance Hierarchy
System.Object
TcHmiSrv.DynamicSymbols.TcHmiResolver
Namespace: TcHmiSrv.DynamicSymbols
Assembly: TcHmiSrvExtNet.DynamicSymbols (in
TcHmiSrvExtNet.DynamicSymbols.dll) Version: 2.0.0.0
Syntax
C#
[ObsoleteAttribute("TcHmiResolver is deprecated. If you want to resolve instances of type 'object', 'System.Type' or 'TcHmiSrv.Value', use the TcHmiUniversalResolver class instead. If you want to implement a resolver for a custom type, use the generic TcHmiResolver class instead.")]
public class TcHmiResolver
The TcHmiResolver type exposes the following members.
Methods
|
Name |
Description |
---|---|---|
|
Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
|
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
|
Serves as the default hash function. (Inherited from Object.) | |
|
Gets the Type of the current instance. (Inherited from Object.) | |
|
Creates a shallow copy of the current Object. (Inherited from Object.) | |
|
Obsolete. Resolves the specified Object by the given path. | |
|
Obsolete. Resolves the specified Type by the given path. | |
|
Obsolete. Resolves the specified Value by the given path. | |
|
Returns a string that represents the current object. (Inherited from Object.) |