Click or drag to resize

V8FastArg.GetInt16 Method

Gets the Int16 value of the argument.

Namespace: Microsoft.ClearScript.V8.FastProxy
Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntax
public short GetInt16(
	string name = null
)

Parameters

name  String  (Optional)
An optional argument or property name.

Return Value

Int16
The Int16 value of the argument.
Remarks
This method throws an exception if the operation fails.
See Also