'Declaration
Public Function New( _ ByVal operationArguments As OperationArguments, _ ByVal handle As Integer _ )
'Usage
Dim operationArguments As OperationArguments Dim handle As Integer Dim instance As New HandleArguments(operationArguments, handle)
public HandleArguments( OperationArguments operationArguments, int handle )
public: HandleArguments( OperationArguments^ operationArguments, int handle )
Parameters
- operationArguments
- Arguments to be copied from.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - handle
- Integer handle that is an argument to the operation.