DynamicStructInstance Methods

The DynamicStructInstance type exposes the following members.

Methods

 

Name

Description

DynamicStructInstance Methods 1:

Equals

Equals (Inherited from DynamicSymbol.)

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

DynamicStructInstance Methods 3:

GetDynamicMemberNames

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

DynamicStructInstance Methods 4:

GetHashCode

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

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

DynamicStructInstance Methods 6:

GetType

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

DynamicStructInstance Methods 7:

DynamicStructInstance Methods 8:

InvokeRpcMethodAsync

Invokes the specified RPC Method asynchronously (Inherited from DynamicInterfaceInstance.)

DynamicStructInstance Methods 9:

MemberwiseClone

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

DynamicStructInstance Methods 10:

OnReadAnyValue

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

DynamicStructInstance Methods 11:

OnReadRawValue

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

DynamicStructInstance Methods 12:

OnReadRawValueAsync

Handler function reading the raw value of the DynamicSymbol. (Inherited from DynamicSymbol.)

DynamicStructInstance Methods 13:

OnReadValue

Handler function for the (Inherited from DynamicSymbol.)

DynamicStructInstance Methods 14:

OnReadValueAsync

Handler function reading the DynamicSymbols value asynchronously. (Inherited from DynamicSymbol.)

DynamicStructInstance Methods 15:

OnSetInstanceName

Sets a new InstanceName InstancePath (Inherited from DynamicSymbol.)

DynamicStructInstance Methods 16:

OnTryReadValue

Handler function for the (Inherited from DynamicSymbol.)

DynamicStructInstance Methods 17:

OnTryWriteValue

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

DynamicStructInstance Methods 18:

OnWriteRawValue

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

DynamicStructInstance Methods 19:

OnWriteRawValueAsync

Handler function for writing the raw DynamicSymbol value. (Inherited from DynamicSymbol.)

DynamicStructInstance Methods 20:

OnWriteValue

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

DynamicStructInstance Methods 21:

OnWriteValueAsync

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

DynamicStructInstance Methods 22:

ReadAnyValue

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

DynamicStructInstance Methods 23:

ReadRawValue.

Reads the raw value of the IValueSymbol (Ads Read / Write) (Inherited from DynamicSymbol.)

DynamicStructInstance Methods 24:

ReadRawValue(Int32)

Reads the Symbols raw value (Inherited from DynamicSymbol.)

DynamicStructInstance Methods 25:

ReadRawValueAsync

Read raw value as an asynchronous operation. (Inherited from DynamicSymbol.)

DynamicStructInstance Methods 26:

ReadValue.

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

DynamicStructInstance Methods 27:

ReadValue(Int32)

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

DynamicStructInstance Methods 28:

ReadValueAsync

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

DynamicStructInstance Methods 29:

ToString

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

DynamicStructInstance Methods 30:

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

DynamicStructInstance Methods 31:

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

DynamicStructInstance Methods 32:

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

DynamicStructInstance Methods 33:

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

DynamicStructInstance Methods 34:

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

DynamicStructInstance Methods 35:

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

DynamicStructInstance Methods 36:

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

DynamicStructInstance Methods 37:

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

DynamicStructInstance Methods 38:

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

DynamicStructInstance Methods 39:

DynamicStructInstance Methods 40:

TryInvokeRpcMethod(String, .Object., Object.)

Invokes the specified RPC Method (Inherited from DynamicInterfaceInstance.)

DynamicStructInstance Methods 41:

DynamicStructInstance Methods 42:

TryInvokeRpcMethod(String, .Object., .Object.., Object.)

Invokes the specified RPC Method (Inherited from DynamicInterfaceInstance.)

DynamicStructInstance Methods 43:

TryReadValue

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

DynamicStructInstance Methods 44:

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

DynamicStructInstance Methods 45:

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

DynamicStructInstance Methods 46:

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

DynamicStructInstance Methods 47:

DynamicStructInstance Methods 48:

TryWriteValue

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

DynamicStructInstance Methods 49:

UpdateAnyValue

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

DynamicStructInstance Methods 50:

WriteAnyValue

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

DynamicStructInstance Methods 51:

WriteRawValue(.Byte.)

Writes the raw value of the IValueSymbol (Ads Read / Write) (Inherited from DynamicSymbol.)

DynamicStructInstance Methods 52:

WriteRawValue(.Byte., Int32)

Writes the raw value of the IValueSymbol (Ads Read / Write) (Inherited from DynamicSymbol.)

DynamicStructInstance Methods 53:

WriteRawValueAsync

Writes the raw value of the IValueSymbol (Ads Read / Write) (Inherited from DynamicSymbol.)

DynamicStructInstance Methods 54:

WriteValue(Object)

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

DynamicStructInstance Methods 55:

DynamicStructInstance Methods 56:

WriteValue(Object, Int32)

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

DynamicStructInstance Methods 57:

WriteValueAsync

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

Extension Methods

 

Name

Description

ReferencesExternalData

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

Reference

DynamicStructInstance Class

TwinCAT.TypeSystem Namespace