The Container type exposes the following members.

Methods

  NameDescription
DisposeOverloaded. Frees any resources associated with the Container
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Ensures that resources are freed and other cleanup operations are performed when the garbage collector reclaims the Container.
(Overrides Object..::.Finalize()()().)
GetBitData
Gets binary data from a BIT Container.
GetCharData
Gets character data from a CHAR Container. Data is automatically converted from the code page of the container.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
SetDataOverloaded. Sets the contents of a Container.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Ccsid
Gets the CCSID of the Container.
Name
Gets the name of the Container.
Type
Gets the type of the Container.

See Also