Mono.Debugger.Soft.StackFrame.GetThis C# (CSharp) Метод

GetThis() публичный Метод

public GetThis ( ) : Mono.Debugger.Soft.Value
Результат Mono.Debugger.Soft.Value
		public Value GetThis () {
			return vm.DecodeValue (vm.conn.StackFrame_GetThis (thread.Id, Id));
		}