Mono.Debugger.Soft.StackFrame.GetThis C# (CSharp) Méthode

GetThis() public méthode

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