Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Mono
Debugger
Languages
TargetVariable
IsInScope
Mono.Debugger.Languages.TargetVariable.IsInScope C# (CSharp) Method
TargetVariable Class Documentation
Mostrar archivo
Open project: baulig/debugger
IsInScope()
public
abstract
method
Checks whether the variable is accessible in the lexical scope around address @address, but without actually trying to access the variable.
public
abstract
IsInScope
(
TargetAddress
address
) :
bool
address
TargetAddress
return
bool
public abstract bool IsInScope(TargetAddress address);
TargetVariable
GetObject
IsAlive
IsInScope
PrintLocation
SetObject