Mono.Debugger.Soft.StackFrame.GetThis C# (CSharp) Method

GetThis() public method

public GetThis ( ) : Mono.Debugger.Soft.Value
return Mono.Debugger.Soft.Value
		public Value GetThis () {
			return vm.DecodeValue (vm.conn.StackFrame_GetThis (thread.Id, Id));
		}