언어

Opcodes.OpInvokeSuper 필드

정의

주의

Use 'Dalvik.Bytecode.IOpcodes.OpInvokeSuper'. This class will be removed in a future release.

invoke-super 가상 메서드의 가장 가까운 슈퍼클래스 구현을 호출하거나 DEX 파일 버전 037 이상에서 인터페이스 메서드의 가장 구체적인 재정의가 아닌 구현을 호출하는 opcode를 식별합니다.

[Android.Runtime.Register("OP_INVOKE_SUPER")]
[System.Obsolete("Use 'Dalvik.Bytecode.IOpcodes.OpInvokeSuper'. This class will be removed in a future release.")]
public const int OpInvokeSuper = 111;
[<Android.Runtime.Register("OP_INVOKE_SUPER")>]
[<System.Obsolete("Use 'Dalvik.Bytecode.IOpcodes.OpInvokeSuper'. This class will be removed in a future release.")>]
val mutable OpInvokeSuper : int

필드 값

Value = 111
특성

설명

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상