語言

StackWalker.IStackFrame.ByteCodeIndex 屬性

定義

取得此堆疊框架中當前指令的位元碼索引。

public int ByteCodeIndex { [Android.Runtime.Register("getByteCodeIndex", "()I", "GetGetByteCodeIndexHandler:Java.Lang.StackWalker/IStackFrameInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getByteCodeIndex", "()I", "GetGetByteCodeIndexHandler:Java.Lang.StackWalker/IStackFrameInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=34)>]
member this.ByteCodeIndex : int

屬性值

目前指令的位元組碼索引。

屬性

備註

取得此堆疊框架中當前指令的位元碼索引。

適用於