DynamicSymbol Methods

The DynamicSymbol type exposes the following members.

Methods

 

Name

Description

DynamicSymbol Methods 1:

Equals

Equals (Overrides Object.Equals(Object).)

DynamicSymbol Methods 2:

Finalize

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

DynamicSymbol Methods 3:

GetDynamicMemberNames

Returns the enumeration of all dynamic member names. (Overrides DynamicObject.GetDynamicMemberNames..)

DynamicSymbol Methods 4:

GetHashCode

Gets the HashCode of the Address (Overrides Object.GetHashCode..)

DynamicSymbol Methods 5:

GetMetaObject

Provides a DynamicMetaObject that dispatches to the dynamic virtual methods. The object can be encapsulated inside another DynamicMetaObject to provide custom behavior for individual actions. This method supports the Dynamic Language Runtime infrastructure for language implementers and it is not intended to be used directly from your code. (Inherited from DynamicObject.)

DynamicSymbol Methods 6:

GetType

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

DynamicSymbol Methods 7:

MemberwiseClone

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

DynamicSymbol Methods 8:

OnReadAnyValue

Handler function for reading ADS 'Any' Values.

DynamicSymbol Methods 9:

OnReadRawValue

Handler function for reading Raw symbol value.

DynamicSymbol Methods 10:

OnReadRawValueAsync

Handler function reading the raw value of the DynamicSymbol.

DynamicSymbol Methods 11:

OnReadValue

Handler function for the

DynamicSymbol Methods 12:

OnReadValueAsync

Handler function reading the DynamicSymbols value asynchronously.

DynamicSymbol Methods 13:

OnSetInstanceName

Sets a new InstanceName InstancePath

DynamicSymbol Methods 14:

OnTryReadValue

Handler function for the

DynamicSymbol Methods 15:

OnTryWriteValue

Handler Function for writing value.

DynamicSymbol Methods 16:

OnWriteRawValue

Handler function for reading symbols raw value.

DynamicSymbol Methods 17:

OnWriteRawValueAsync

Handler function for writing the raw DynamicSymbol value.

DynamicSymbol Methods 18:

OnWriteValue

Handler Function for writing value.

DynamicSymbol Methods 19:

OnWriteValueAsync

Handler Function for writing value.

DynamicSymbol Methods 20:

ReadAnyValue

Reads the value of this Value into a new created instance of the managed type

DynamicSymbol Methods 21:

ReadRawValue.

Reads the raw value of the IValueSymbol (Ads Read / Write)

DynamicSymbol Methods 22:

ReadRawValue(Int32)

Reads the Symbols raw value

DynamicSymbol Methods 23:

ReadRawValueAsync

Read raw value as an asynchronous operation.

DynamicSymbol Methods 24:

ReadValue.

Reads the value of this DynamicSymbol.

DynamicSymbol Methods 25:

ReadValue(Int32)

Reads the value of this DynamicSymbol.

DynamicSymbol Methods 26:

ReadValueAsync

Reads the Value of the IValueSymbol asynchronously.

DynamicSymbol Methods 27:

ToString

Returns a String that represents this instance. (Overrides Object.ToString..)

DynamicSymbol Methods 28:

TryBinaryOperation

Provides implementation for binary operations. Classes derived from the DynamicObject class can override this method to specify dynamic behavior for operations such as addition and multiplication. (Inherited from DynamicObject.)

DynamicSymbol Methods 29:

TryConvert

Provides implementation for type conversion operations. Classes derived from the DynamicObject class can override this method to specify dynamic behavior for operations that convert an object from one type to another. (Inherited from DynamicObject.)

DynamicSymbol Methods 30:

TryCreateInstance

Provides the implementation for operations that initialize a new instance of a dynamic object. This method is not intended for use in C# or Visual Basic. (Inherited from DynamicObject.)

DynamicSymbol Methods 31:

TryDeleteIndex

Provides the implementation for operations that delete an object by index. This method is not intended for use in C# or Visual Basic. (Inherited from DynamicObject.)

DynamicSymbol Methods 32:

TryDeleteMember

Provides the implementation for operations that delete an object member. This method is not intended for use in C# or Visual Basic. (Inherited from DynamicObject.)

DynamicSymbol Methods 33:

TryGetIndex

Provides the implementation for operations that get a value by index. Classes derived from the DynamicObject class can override this method to specify dynamic behavior for indexing operations. (Inherited from DynamicObject.)

DynamicSymbol Methods 34:

TryGetMember

Provides the implementation for operations that get member values. Classes derived from the DynamicObject class can override this method to specify dynamic behavior for operations such as getting a value for a property. (Overrides DynamicObject.TryGetMember(GetMemberBinder, Object.).)

DynamicSymbol Methods 35:

TryInvoke

Provides the implementation for operations that invoke an object. Classes derived from the DynamicObject class can override this method to specify dynamic behavior for operations such as invoking an object or a delegate. (Inherited from DynamicObject.)

DynamicSymbol Methods 36:

TryInvokeMember

Provides the implementation for operations that invoke a member. Classes derived from the DynamicObject class can override this method to specify dynamic behavior for operations such as calling a method. (Inherited from DynamicObject.)

DynamicSymbol Methods 37:

TryReadValue

Reads the Value of the IValueSymbol

DynamicSymbol Methods 38:

TrySetIndex

Provides the implementation for operations that set a value by index. Classes derived from the DynamicObject class can override this method to specify dynamic behavior for operations that access objects by a specified index. (Inherited from DynamicObject.)

DynamicSymbol Methods 39:

TrySetMember

Provides the implementation for operations that set member values. Classes derived from the DynamicObject class can override this method to specify dynamic behavior for operations such as setting a value for a property. (Inherited from DynamicObject.)

DynamicSymbol Methods 40:

TryUnaryOperation

Provides implementation for unary operations. Classes derived from the DynamicObject class can override this method to specify dynamic behavior for operations such as negation, increment, or decrement. (Inherited from DynamicObject.)

DynamicSymbol Methods 41:

DynamicSymbol Methods 42:

TryWriteValue

Writes the specified value to the DynamicSymbol.

DynamicSymbol Methods 43:

UpdateAnyValue

Reads the value of this Value into the specified managed value.

DynamicSymbol Methods 44:

WriteAnyValue

Writes the value represented by the managed value to this Value

DynamicSymbol Methods 45:

WriteRawValue(.Byte.)

Writes the raw value of the IValueSymbol (Ads Read / Write)

DynamicSymbol Methods 46:

WriteRawValue(.Byte., Int32)

Writes the raw value of the IValueSymbol (Ads Read / Write)

DynamicSymbol Methods 47:

WriteRawValueAsync

Writes the raw value of the IValueSymbol (Ads Read / Write)

DynamicSymbol Methods 48:

WriteValue(Object)

Writes the specified value to the DynamicSymbol.

DynamicSymbol Methods 49:

DynamicSymbol Methods 50:

WriteValue(Object, Int32)

Writes the specified value to the DynamicSymbol.

DynamicSymbol Methods 51:

WriteValueAsync

Writes the Value of the IValueSymbol

Extension Methods

 

Name

Description

DynamicSymbol Methods 52:

PollValues(IObservable.Unit.)

Overloaded.

Poll symbol values on trigger signals. (Defined by ValueSymbolExtensions.)

DynamicSymbol Methods 53:

DynamicSymbol Methods 54:

PollValues(TimeSpan)

Overloaded.

Polls the symbol as value sequence of object values with a specified period time. (Defined by ValueSymbolExtensions.)

DynamicSymbol Methods 55:

PollValues(IObservable.Unit., Boolean)

Overloaded.

Polls symbol values on trigger signals. (Defined by ValueSymbolExtensions.)

DynamicSymbol Methods 56:

DynamicSymbol Methods 57:

PollValues(TimeSpan, Boolean)

Overloaded.

Polls the symbol as value sequence of object values with a specified period time. (Defined by ValueSymbolExtensions.)

DynamicSymbol Methods 58:

PollValues.T.(IObservable.Unit.)

Overloaded.

Poll symbol values as a value sequence on trigger signals (typed) (Defined by ValueSymbolExtensions.)

DynamicSymbol Methods 59:

DynamicSymbol Methods 60:

PollValues.T.(TimeSpan)

Overloaded.

Polls the symbol as value sequence of object values with a specified period time (typed) (Defined by ValueSymbolExtensions.)

DynamicSymbol Methods 61:

DynamicSymbol Methods 62:

PollValues.T.(IObservable.Unit., Func.ResultReadValueAccess2.IValueSymbol, Object., T.)

Overloaded.

Poll symbol values on trigger signals (typed) (Defined by ValueSymbolExtensions.)

DynamicSymbol Methods 63:

PollValues.T.(IObservable.Unit., Boolean)

Overloaded.

Poll symbol values on trigger signals (typed) (Defined by ValueSymbolExtensions.)

DynamicSymbol Methods 64:

PollValues.T.(TimeSpan, Boolean)

Overloaded.

Polls the symbol as value sequence of object values with a specified period time (typed) (Defined by ValueSymbolExtensions.)

DynamicSymbol Methods 65:

PollValues2(IObservable.Unit.)

Overloaded.

Poll symbol values as a sequence of annotated results (Value + ErrorCode) (Defined by ValueSymbolExtensions.)

DynamicSymbol Methods 66:

PollValues2(TimeSpan)

Overloaded.

Poll symbol values with communication return codes. (Defined by ValueSymbolExtensions.)

DynamicSymbol Methods 67:

ReferencesExternalData

Indicates, that the Instance value includes process memory data, that cannot be read in one memory block. (Defined by DataTypeExtension.)

DynamicSymbol Methods 68:

DynamicSymbol Methods 69:

WhenValueChanged

Gets an observable sequence when the value of the IValueSymbol has changed. (Defined by ValueSymbolExtensions.)

DynamicSymbol Methods 70:

DynamicSymbol Methods 71:

WriteValues(IObservable.Object.)

Overloaded.

Subscribes the IValueSymbol to an observable sequence of values and writes them to the IValueSymbol. (Defined by ValueSymbolExtensions.)

DynamicSymbol Methods 72:

WriteValues(IObservable.Object., Action.Exception.)

Overloaded.

Subscribes the IValueSymbol to an observable sequence of values and writes them to the IValueSymbol. (Defined by ValueSymbolExtensions.)

DynamicSymbol Methods 73:

WriteValues(IObservable.Object., CancellationToken)

Overloaded.

Subscribes the IValueSymbol to an observable sequence of values and writes them to the IValueSymbol. (Defined by ValueSymbolExtensions.)

DynamicSymbol Methods 74:

WriteValues(IObservable.Object., Action.Exception., CancellationToken)

Overloaded.

Subscribes the IValueSymbol to an observable sequence of values and writes them to the IValueSymbol. (Defined by ValueSymbolExtensions.)

Reference

DynamicSymbol Class

TwinCAT.TypeSystem Namespace