We were unable to locate this content in ja-jp.
Here is the same content in en-us.
Dim instance As ScriptBlock Dim args As Object() Dim returnValue As Object returnValue = instance.InvokeReturnAsIs(args)
Public Function InvokeReturnAsIs ( _ ParamArray args As Object() _ ) As Object
public Object InvokeReturnAsIs ( params Object[] args )
public: Object^ InvokeReturnAsIs ( ... array<Object^>^ args )
public Object InvokeReturnAsIs ( Object[] args )
public function InvokeReturnAsIs ( ... args : Object[] ) : Object
The arguments to pass to this script block. The arguments show up in the script as $args.
The maximum scope depth has been exceeded.
A script runtime exception occurred.
An internal (non-public) exception was thrown from a flow control statement.