Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/api-snapshot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonojenkins <jo.shields+jenkins@xamarin.com>2018-12-31 04:43:13 +0300
committermonojenkins <jo.shields+jenkins@xamarin.com>2018-12-31 04:43:13 +0300
commitee479fe0e47159e1c99b6e1d3e5f2fb55da39840 (patch)
tree0158e360620037c259a4ac081b87dfeaf388cb45
parent0650b09af07ec100636a6d6f3a908c3b810fbe4f (diff)
Apply changes from https://github.com/mono/mono/pull/12217 to API snapshot
-rw-r--r--profiles/net_4_x/Mono.Debugger.Soft.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/net_4_x/Mono.Debugger.Soft.cs b/profiles/net_4_x/Mono.Debugger.Soft.cs
index d114000..60bcfe1 100644
--- a/profiles/net_4_x/Mono.Debugger.Soft.cs
+++ b/profiles/net_4_x/Mono.Debugger.Soft.cs
@@ -671,6 +671,7 @@ namespace Mono.Debugger.Soft
public long ThreadId { get { throw null; } }
public System.Threading.ThreadState ThreadState { get { throw null; } }
public long TID { get { throw null; } }
+ public long ElapsedTime() { throw null; }
public static void FetchFrames(System.Collections.Generic.IList<Mono.Debugger.Soft.ThreadMirror> threads) { }
public Mono.Debugger.Soft.StackFrame[] GetFrames() { throw null; }
public void SetIP(Mono.Debugger.Soft.Location loc) { }