BLTArgList Class Methods
- Last UpdatedApr 08, 2026
- 2 minute read
For a list of all members of this type, see BLTArgList members.
| Name | Description | |
|---|---|---|
![]() | AddParameter | Adds an input parameter with the specified Value to the argument list, indicating whether it is also an output parameter. |
![]() | ConvertToByteArray | Converts the contents of the BLTArgList to a System.Byte array. |
![]() | DeleteParameter | Deletes the last parameter added. |
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
![]() | InitFromByteArray | Initializes the BLTArgList from the binaryDS. |
![]() | IsOutputParam | Gets whether the parameter at the given Index is an output parameter. |
![]() | Parameter | Gets the value of the parameter at the given Index. |
![]() | Reset | Removes all the argument elements from the BLTArgList. |
