Container Methods

CICS Transaction Gateway V10.1.0.0

The Container type exposes the following members.

Methods

  NameDescription
Public methodDispose
Frees any resources associated with the Container.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetBitData
Gets binary data from a BITContainer.
Public methodGetCharData
Gets character data from a CHARContainer. Data is automatically converted from the code page of the container.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetData(Byte)
Sets the contents of a Container that is of type BIT.
Public methodSetData(String)
Sets the contents of a Container that is of type CHAR.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference