Mono.Debugger.Languages.TargetVariable.IsInScope C# (CSharp) 메소드

IsInScope() 공개 추상적인 메소드

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
리턴 bool
        public abstract bool IsInScope(TargetAddress address);