DynamicArrayInstance Methods

The DynamicArrayInstance type exposes the following members.

Methods

 

Name

Description

DynamicArrayInstance Methods 1:

Equals

Equals (Inherited from DynamicSymbol.)

DynamicArrayInstance 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.)

DynamicArrayInstance Methods 3:

GetDynamicMemberNames

Returns the enumeration of all dynamic member names. (Inherited from DynamicSymbol.)

DynamicArrayInstance Methods 4:

GetHashCode

Gets the HashCode of the Address (Inherited from DynamicSymbol.)

DynamicArrayInstance 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.)

DynamicArrayInstance Methods 6:

GetType

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

DynamicArrayInstance Methods 7:

MemberwiseClone

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

DynamicArrayInstance Methods 8:

OnReadAnyValue

Handler function for reading ADS 'Any' Values. (Inherited from DynamicSymbol.)

DynamicArrayInstance Methods 9:

OnReadRawValue

Handler function for reading Raw symbol value. (Inherited from DynamicSymbol.)

DynamicArrayInstance Methods 10:

OnReadValue

Handler function for the (Inherited from DynamicSymbol.)

DynamicArrayInstance Methods 11:

OnSetInstanceName

Sets a new InstanceName InstancePath (Inherited from DynamicSymbol.)

DynamicArrayInstance Methods 12:

OnTryReadValue

Handler function for the (Inherited from DynamicSymbol.)

DynamicArrayInstance Methods 13:

OnTryWriteValue

Handler Function for writing value. (Inherited from DynamicSymbol.)

DynamicArrayInstance Methods 14:

OnWriteRawValue

Handler function for reading symbols raw value. (Inherited from DynamicSymbol.)

DynamicArrayInstance Methods 15:

OnWriteValue

Handler Function for writing value. (Inherited from DynamicSymbol.)

DynamicArrayInstance Methods 16:

ReadAnyValue

Reads the value of this Value into a new created instance of the managed type (Inherited from DynamicSymbol.)

DynamicArrayInstance Methods 17:

ReadRawValue.

Reads the Symbols raw value (Inherited from DynamicSymbol.)

DynamicArrayInstance Methods 18:

ReadRawValue(Int32)

Reads the Symbols raw value (Inherited from DynamicSymbol.)

DynamicArrayInstance Methods 19:

ReadValue.

Reads the value of this DynamicSymbol. (Inherited from DynamicSymbol.)

DynamicArrayInstance Methods 20:

ReadValue(Int32)

Reads the value of this DynamicSymbol. (Inherited from DynamicSymbol.)

DynamicArrayInstance Methods 21:

ToString

Returns a String that represents this instance. (Inherited from DynamicSymbol.)

DynamicArrayInstance Methods 22:

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.)

DynamicArrayInstance Methods 23:

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.)

DynamicArrayInstance Methods 24:

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.)

DynamicArrayInstance Methods 25:

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.)

DynamicArrayInstance Methods 26:

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.)

DynamicArrayInstance Methods 27:

TryGetElement(IList..Int32.., ISymbol.)

Tries to get the array element with the specified indices (jagged array support).

DynamicArrayInstance Methods 28:

TryGetElement(.Int32., ISymbol.)

Tries to get the array element

DynamicArrayInstance Methods 29:

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. (Overrides DynamicObject.TryGetIndex(GetIndexBinder, .Object., Object.).)

DynamicArrayInstance Methods 30:

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. (Inherited from DynamicSymbol.)

DynamicArrayInstance Methods 31:

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.)

DynamicArrayInstance Methods 32:

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.)

DynamicArrayInstance Methods 33:

TryReadValue

Reads the Value of the IValueSymbol (Inherited from DynamicSymbol.)

DynamicArrayInstance Methods 34:

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. (Overrides DynamicObject.TrySetIndex(SetIndexBinder, .Object., Object).)

DynamicArrayInstance Methods 35:

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.)

DynamicArrayInstance Methods 36:

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.)

DynamicArrayInstance Methods 37:

DynamicArrayInstance Methods 38:

TryWriteValue

Writes the specified value to the DynamicSymbol. (Inherited from DynamicSymbol.)

DynamicArrayInstance Methods 39:

UpdateAnyValue

Reads the value of this Value into the specified managed value. (Inherited from DynamicSymbol.)

DynamicArrayInstance Methods 40:

WriteAnyValue

Writes the value represented by the managed value to this Value (Inherited from DynamicSymbol.)

DynamicArrayInstance Methods 41:

WriteRawValue(.Byte.)

Writes the Symbol raw Value (Inherited from DynamicSymbol.)

DynamicArrayInstance Methods 42:

WriteRawValue(.Byte., Int32)

Writes the Symbol raw Value (Inherited from DynamicSymbol.)

DynamicArrayInstance Methods 43:

WriteValue(Object)

Writes the specified value to the DynamicSymbol. (Inherited from DynamicSymbol.)

DynamicArrayInstance Methods 44:

DynamicArrayInstance Methods 45:

WriteValue(Object, Int32)

Writes the specified value to the DynamicSymbol. (Inherited from DynamicSymbol.)

Reference

DynamicArrayInstance Class

TwinCAT.TypeSystem Namespace