Mono.Debugger.Backend.Mono.MonoSymbolFile.MonoMethod.GetThis C# (CSharp) Method

GetThis() public method

public GetThis ( Thread target ) : TargetVariable
target Thread
return Mono.Debugger.Languages.TargetVariable
            public override TargetVariable GetThis(Thread target)
            {
                read_variables (target);
                return this_var;
            }