com.onlineobject.objectnet Namespace

NetworkManager..::..GetCurrentInputValue<(Of <(<'T>)>)> Method

Gets the current value of an input by invoking the corresponding method.

Namespace:  com.onlineobject.objectnet
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public T GetCurrentInputValue<T>(

	string methodName

)

Type Parameters

T
The expected return type of the method.

Parameters

methodName
Type: String
The name of the method to invoke.

Return Value

The current value of the input.