monoandroid
namespace Dalvik.Bytecode
{
[Obsolete("Use the 'Dalvik.Bytecode.IOpcodes' type. This class will be removed in a future release.")]
[Register("dalvik/bytecode/Opcodes", DoNotGenerateAcw = true)]
public abstract class Opcodes : Object
{
[Obsolete("Use 'Dalvik.Bytecode.IOpcodes.OpIputByteJumbo'. This class will be removed in a future release.")]
[Register("OP_IPUT_BYTE_JUMBO")]
public const int OpIputByteJumbo = 4607;
}
}
.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. |
Obsolete | Use 'Dalvik.Bytecode.IOpcodes.OpIputByteJumbo'. This class will be removed in a future release. |
Platform Restrictions | This framework does not have platform annotations. |