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:
Diffstat (limited to 'profiles/net_4_x/Mono.Debugger.Soft.cs')
-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; }