ScriptC Constructors
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
ScriptC(Int32, RenderScript) |
Only intended for use by the generated derived classes. |
ScriptC(Int64, RenderScript) |
Only intended for use by the generated derived classes. |
ScriptC(IntPtr, JniHandleOwnership) |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
ScriptC(RenderScript, Resources, Int32) |
Only intended for use by the generated derived classes. |
ScriptC(RenderScript, String, Byte[], Byte[]) |
Only intended for use by the generated derived classes. |
ScriptC(Int32, RenderScript)
Only intended for use by the generated derived classes.
[Android.Runtime.Register(".ctor", "(ILandroid/renderscript/RenderScript;)V", "")]
protected ScriptC (int id, Android.Renderscripts.RenderScript? rs);
[<Android.Runtime.Register(".ctor", "(ILandroid/renderscript/RenderScript;)V", "")>]
new Android.Renderscripts.ScriptC : int * Android.Renderscripts.RenderScript -> Android.Renderscripts.ScriptC
Parameters
- id
- Int32
id
- rs
- RenderScript
rs
- Attributes
Remarks
Only intended for use by the generated derived classes.
Java documentation for android.renderscript.ScriptC.ScriptC(int, android.renderscript.RenderScript)
.
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
ScriptC(Int64, RenderScript)
Only intended for use by the generated derived classes.
[Android.Runtime.Register(".ctor", "(JLandroid/renderscript/RenderScript;)V", "")]
protected ScriptC (long id, Android.Renderscripts.RenderScript? rs);
[<Android.Runtime.Register(".ctor", "(JLandroid/renderscript/RenderScript;)V", "")>]
new Android.Renderscripts.ScriptC : int64 * Android.Renderscripts.RenderScript -> Android.Renderscripts.ScriptC
Parameters
- id
- Int64
id
- rs
- RenderScript
rs
- Attributes
Remarks
Only intended for use by the generated derived classes.
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
ScriptC(IntPtr, JniHandleOwnership)
A constructor used when creating managed representations of JNI objects; called by the runtime.
protected ScriptC (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Renderscripts.ScriptC : nativeint * Android.Runtime.JniHandleOwnership -> Android.Renderscripts.ScriptC
Parameters
- transfer
- JniHandleOwnership
A JniHandleOwnershipindicating how to handle javaReference
Remarks
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
ScriptC(RenderScript, Resources, Int32)
Only intended for use by the generated derived classes.
[Android.Runtime.Register(".ctor", "(Landroid/renderscript/RenderScript;Landroid/content/res/Resources;I)V", "")]
protected ScriptC (Android.Renderscripts.RenderScript? rs, Android.Content.Res.Resources? resources, int resourceID);
[<Android.Runtime.Register(".ctor", "(Landroid/renderscript/RenderScript;Landroid/content/res/Resources;I)V", "")>]
new Android.Renderscripts.ScriptC : Android.Renderscripts.RenderScript * Android.Content.Res.Resources * int -> Android.Renderscripts.ScriptC
Parameters
- rs
- RenderScript
rs
- resources
- Resources
resources
- resourceID
- Int32
resourceID
- Attributes
Remarks
Only intended for use by the generated derived classes.
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
ScriptC(RenderScript, String, Byte[], Byte[])
Only intended for use by the generated derived classes.
[Android.Runtime.Register(".ctor", "(Landroid/renderscript/RenderScript;Ljava/lang/String;[B[B)V", "")]
protected ScriptC (Android.Renderscripts.RenderScript? rs, string? resName, byte[]? bitcode32, byte[]? bitcode64);
[<Android.Runtime.Register(".ctor", "(Landroid/renderscript/RenderScript;Ljava/lang/String;[B[B)V", "")>]
new Android.Renderscripts.ScriptC : Android.Renderscripts.RenderScript * string * byte[] * byte[] -> Android.Renderscripts.ScriptC
Parameters
- rs
- RenderScript
rs
- resName
- String
- bitcode32
- Byte[]
- bitcode64
- Byte[]
- Attributes
Remarks
Only intended for use by the generated derived classes.
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.