monoandroid
namespace Android.Renderscripts
{
[Register("android/renderscript/RenderScript", DoNotGenerateAcw = true)]
public class RenderScript : Object
{
[Register("createMultiContext", "(Landroid/content/Context;Landroid/renderscript/RenderScript$ContextType;II)Landroid/renderscript/RenderScript;", "", ApiSince = 23)]
public static RenderScript? CreateMultiContext(Context? ctx, ContextType? ct, int flags, int API_number);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |