ResolveHandler Methods

The ResolveHandler type exposes the following members.

Methods

 

Name

Description

ResolveHandler Methods 1:

ResolveHandler Methods 2:

CreateQueue

Creates a Queue.T. from the specified path.

ResolveHandler Methods 3:

Equals

Determines whether the specified object is equal to the current object. (Inherited from Object.)

ResolveHandler Methods 4:

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

ResolveHandler Methods 5:

FindReader

Finds a Resolver that can read elements from instances of the specified Type.

ResolveHandler Methods 6:

FindWriter

Finds a Resolver that can write elements to instances of the specified Type.

ResolveHandler Methods 7:

GetHashCode

Serves as the default hash function. (Inherited from Object.)

ResolveHandler Methods 8:

GetType

Gets the Type of the current instance. (Inherited from Object.)

ResolveHandler Methods 9:

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

ResolveHandler Methods 10:

ReadElement

Reads the specified element from the current instance. (Overrides ResolveHandler.T..ReadElement(T, String).)

ResolveHandler Methods 11:

ReadElements

Reads the specified elements from the current instance. (Inherited from ResolveHandler.T..)

ResolveHandler Methods 12:

ToString

Returns a string that represents the current object. (Inherited from Object.)

ResolveHandler Methods 13:

WriteElement

Writes the specified value to the specified element of the current instance. (Overrides ResolveHandler.T..WriteElement(T, String, Object, Converter).)

ResolveHandler Methods 14:

WriteElements

Writes the specified value at the specified elements to the current instance. (Inherited from ResolveHandler.T..)

ResolveHandler Methods 15:

WriteElementsGeneric.TResult.

Writes the specified value at the specified elements to the current instance of the specified type.

Reference

ResolveHandler Class

TcHmiSrv.Core.Tools.Resolving.Handlers Namespace