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));
		}