T
- the type of the argument (for example: String or int)
public class InOutArgument<T> extends Object
Constructor and Description |
---|
InOutArgument(T arg)
Creates an argument that can be used pass a function argument into a DLL call which can be modified by the
function.
|
public InOutArgument(T arg)
arg
- the argument initial value that is passed to the DLL call. Must not be null.
public T getValue()
Copyright 2009-2012 Micro Focus. All Rights Reserved.