Het returnadres wordt meestal op de call stack van het proces opgeslagen, dit als onderdeel van de operatie die de subroutine aanroept.
The return address is saved, usually on the process's call stack, as part of the operation of making the subroutine call.
De vraag zorgt ervoor dat de CLR een call stack walk uit zal voeren: elke assembly van elke methode in de call stack is gecontroleerd op de vereiste toestemming, als de assembly geen toestemming heeft dan wordt er een beveiliginguitzondering uitgevoerd.
The demand causes the CLR to perform a call stack walk: every assembly of each method in the call stack is checked for the required permission; if any assembly is not granted the permission a security exception is thrown.
De call stack van een programma wordt bijgehouden door het programma zelf.
Een call stack (ook wel control stack of run-time stack genoemd) is een datastructuur (een stack of stapel) die in het geheugen van een computer wordt bijgehouden tijdens de uitvoering van een programma.
In computing, a stack trace (also called stack backtrace or stack traceback) is a report of the active stack frames at a certain point in time during the execution of a program.
De call stack (of kortweg stack) bestaat uit activation frames (ook wel activation records of stack frames genoemd) van wisselende grootte.
A call stack is composed of stack frames (also called activation records or activation frames).
Andere resultaten
Zodra de code stopt op dit breekpunt, is het gemakkelijk voor u om de call-stack te bekijken.
Once the code stops running at this breakpoint, it is easy for you to view the call stack.
Bij het bekijken van de call-stack kunt u de plaats waar de functie eigenlijk heette identificeren.
By viewing the call stack you can identify the place where the function was actually called.
U kunt de knop (het rode kruis) "laatste foutmelding" gebruiken om de call-stack van de error op te vragen.
You can use the (red X) button "last error" to request the call-stack of the error.
Set breekpunten, stap in en uit je code, en inspecteer variabelen over de call-stack, allemaal vanuit de code editing omgeving.Werkt groot als een stand-alone debugger ook!
Set breakpoints, step into and out of your code, and inspect variables across the call stack, all from within the Code editing environment. Works great as a standalone debugger too!
Als f wordt genoemd, wordt de oproep doorgestuurd naar @sum met de constante 1 bij, en de anonieme functie oproep doet zich niet voor op de call-stack.
When f is called, the call is forwarded to @sum with the constant 1 appended, and the anonymous function call does not occur on the call stack.
Hij shovet de rest van zijn stack in, en ik call direct.
He shoves the rest of his stack in, and I call right away.
Wanneer hun stacks groter zijn dan de helft van mijn stack dan zal een call waarschijnlijk een coin flip situatie voorkomen.
If their stacks are more than half of mine, a call will probably help me avoid getting in a coin-flip situation.