Delegate ImagingUnsafe.FunctionSingleArgument<InputType, OutputType>
- Namespace
- Ranorex.Core.WinApi
- Assembly
- Ranorex.Core.WinApi.dll
public delegate OutputType ImagingUnsafe.FunctionSingleArgument<InputType, OutputType>(InputType value)
Parameters
value InputType
Returns
- OutputType
Type Parameters
InputType
OutputType
Constructors
FunctionSingleArgument(object, IntPtr)
public FunctionSingleArgument(object A_0, IntPtr A_1)
Parameters
A_0 object
A_1 IntPtr
Methods
BeginInvoke(InputType, AsyncCallback, object)
public IAsyncResult BeginInvoke(InputType value, AsyncCallback callback, object obj)
Parameters
value InputType
callback AsyncCallback
obj object
Returns
- IAsyncResult
EndInvoke(IAsyncResult)
public OutputType EndInvoke(IAsyncResult result)
Parameters
result IAsyncResult
Returns
- OutputType
Invoke(InputType)
public OutputType Invoke(InputType value)
Parameters
value InputType
Returns
- OutputType