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>2020-12-17 11:49:06 +0300
committermonojenkins <jo.shields+jenkins@xamarin.com>2020-12-17 11:49:06 +0300
commit7c83c1fa5e42a0c1a1c2ec5cab7c52b0ddd06788 (patch)
tree7fc1cb8d17ff8b915c0e983f1a65c64dd701ac48
parente27785870f49b0c79b9339f3a3e403fc500d0095 (diff)
Apply changes from https://github.com/mono/mono/pull/20672 to API snapshot
-rw-r--r--profiles/net_4_x/Mono.Debugger.Soft.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/profiles/net_4_x/Mono.Debugger.Soft.cs b/profiles/net_4_x/Mono.Debugger.Soft.cs
index 017e108..d025cc2 100644
--- a/profiles/net_4_x/Mono.Debugger.Soft.cs
+++ b/profiles/net_4_x/Mono.Debugger.Soft.cs
@@ -75,6 +75,8 @@ namespace Mono.Debugger.Soft
public Mono.Debugger.Soft.ModuleMirror ManifestModule { get { throw null; } }
public Mono.Cecil.AssemblyDefinition Metadata { get { throw null; } set { } }
public Mono.Debugger.Soft.ObjectMirror GetAssemblyObject() { throw null; }
+ public Mono.Debugger.Soft.CustomAttributeDataMirror[] GetCustomAttributes() { throw null; }
+ public Mono.Debugger.Soft.CustomAttributeDataMirror[] GetCustomAttributes(Mono.Debugger.Soft.TypeMirror attributeType) { throw null; }
public Mono.Cecil.AssemblyDefinition GetMetadata() { throw null; }
public byte[] GetMetadataBlob() { throw null; }
public Mono.Debugger.Soft.MethodMirror GetMethod(uint token) { throw null; }