ScriptGroup.Execute Method

Definition

Overloads

Execute()
Obsolete.

Execute the ScriptGroup.

Execute(Object[])
Obsolete.

Execute the ScriptGroup.

Execute()

Caution

deprecated

Execute the ScriptGroup.

[Android.Runtime.Register("execute", "()V", "")]
[System.Obsolete("deprecated")]
public void Execute ();
[<Android.Runtime.Register("execute", "()V", "")>]
[<System.Obsolete("deprecated")>]
member this.Execute : unit -> unit
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.

Applies to

Execute(Object[])

Caution

deprecated

Execute the ScriptGroup.

[Android.Runtime.Register("execute", "([Ljava/lang/Object;)[Ljava/lang/Object;", "", ApiSince=23)]
[System.Obsolete("deprecated")]
public Java.Lang.Object[]? Execute (params Java.Lang.Object[]? inputs);
[<Android.Runtime.Register("execute", "([Ljava/lang/Object;)[Ljava/lang/Object;", "", ApiSince=23)>]
[<System.Obsolete("deprecated")>]
member this.Execute : Java.Lang.Object[] -> Java.Lang.Object[]

Parameters

inputs
Object[]

Returns

Object[]
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.

Applies to