Mono.Debugger.Languages.TargetVariable.IsInScope C# (CSharp) Méthode

IsInScope() public abstract méthode

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
Résultat bool
        public abstract bool IsInScope(TargetAddress address);