StackWalker.IStackFrame.ByteCodeIndex Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient l’index bytecode de l’instruction actuelle dans cette trame de pile.
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
Valeur de propriété
Index bytecode de l’instruction actuelle.
- Attributs
Remarques
Obtient l’index bytecode de l’instruction actuelle dans cette trame de pile.