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>2019-03-14 11:19:36 +0300
committermonojenkins <jo.shields+jenkins@xamarin.com>2019-03-14 11:19:36 +0300
commit2a37c1375f76e70430cc5ea5e26ec4039e04cf5c (patch)
treedfe5c6eb082986bfb4cb3603d6dcfa099c55b4b1
parent2eb889c8a724ec7dde103ea6eea6e41ba45a74fc (diff)
Apply changes from https://github.com/mono/mono/pull/13353 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 a175cdc..67e31bc 100644
--- a/profiles/net_4_x/Mono.Debugger.Soft.cs
+++ b/profiles/net_4_x/Mono.Debugger.Soft.cs
@@ -65,6 +65,7 @@ namespace Mono.Debugger.Soft
internal AssemblyMirror() { }
public Mono.Debugger.Soft.AppDomainMirror Domain { get { throw null; } }
public Mono.Debugger.Soft.MethodMirror EntryPoint { get { throw null; } }
+ public bool HasDebugInfo { get { throw null; } }
public bool HasFetchedPdb { get { throw null; } }
public bool HasPdb { get { throw null; } }
public bool IsDynamic { get { throw null; } }