JavaSByteArray
JavaSByteArray(Int32)
JavaSByteArray(JniObjectReference, JniObjectReferenceOptions)
JavaSByteArray(IEnumerable<SByte>)
JavaSByteArray(IList<SByte>)
Clear()
CopyFrom(SByte[], Int32, Int32, Int32)
CopyTo(Int32, SByte[], Int32, Int32)
CreateElements()
CreateMarshaledValue(nint, Type)
GetElements()
IndexOf(SByte)
monoandroid
namespace Java.Interop
{
[JniTypeSignature("B", ArrayRank = 1, IsKeyword = true)]
public sealed class JavaSByteArray : JavaPrimitiveArray<sbyte>
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to monoandroid | |
Assembly | Java.Interop , Version=0.1.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API