ScriptGroup.Execute Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Execute() |
Execute the ScriptGroup. |
Execute(Object[]) |
Execute the ScriptGroup. |
Execute()
Execute the ScriptGroup.
[Android.Runtime.Register("execute", "()V", "")]
public void Execute ();
[<Android.Runtime.Register("execute", "()V", "")>]
member this.Execute : unit -> unit
- Attributes
Remarks
Execute the ScriptGroup. This will run all the kernels in the ScriptGroup. No internal connection results will be visible after execution of the ScriptGroup.
This member is deprecated. Use #execute
instead.
Java documentation for android.renderscript.ScriptGroup.execute()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
Execute(Object[])
Execute the ScriptGroup.
[Android.Runtime.Register("execute", "([Ljava/lang/Object;)[Ljava/lang/Object;", "", ApiSince=23)]
public Java.Lang.Object[]? Execute (params Java.Lang.Object[]? inputs);
[<Android.Runtime.Register("execute", "([Ljava/lang/Object;)[Ljava/lang/Object;", "", ApiSince=23)>]
member this.Execute : Java.Lang.Object[] -> Java.Lang.Object[]
Parameters
- inputs
- Object[]
Returns
- Attributes
Remarks
Java documentation for android.renderscript.ScriptGroup.execute()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.