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 Collection(Of PSObject) returnValue = instance.Invoke(args)
Public Function Invoke ( _ ParamArray args As Object() _ ) As Collection(Of PSObject)
public Collection<PSObject> Invoke ( params Object[] args )
public: Collection<PSObject^>^ Invoke ( ... array<Object^>^ args )
public Collection<PSObject> Invoke ( Object[] args )
public function Invoke ( ... args : Object[] ) : Collection<PSObject>
The arguments that are needed by the commands or expressions in the script block.
The maximum scope depth has been exceeded.
A script runtime exception has occurred