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-08-14 11:54:12 +0300
committermonojenkins <jo.shields+jenkins@xamarin.com>2018-08-14 11:54:12 +0300
commit3de2dcf3321ce63f0f616735413ece2516271fd5 (patch)
tree7cbdf3d23111a9877436f2753e03a25adade6d9a
parent93d197eb7416eeb06578736f6bd34515dec19a63 (diff)
Apply changes from https://github.com/mono/mono/pull/9970 to API snapshot
-rw-r--r--profiles/monodroid/mscorlib.cs6
-rw-r--r--profiles/monotouch/mscorlib.cs6
-rw-r--r--profiles/net_4_x/mscorlib.cs17
3 files changed, 1 insertions, 28 deletions
diff --git a/profiles/monodroid/mscorlib.cs b/profiles/monodroid/mscorlib.cs
index 34953c6..b3dd9d9 100644
--- a/profiles/monodroid/mscorlib.cs
+++ b/profiles/monodroid/mscorlib.cs
@@ -10795,18 +10795,12 @@ namespace System.Reflection
Standard = 1,
VarArgs = 2,
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(0))]
- [System.Runtime.InteropServices.ComDefaultInterfaceAttribute(typeof(System.Runtime.InteropServices._ConstructorInfo))]
- [System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public abstract partial class ConstructorInfo : System.Reflection.MethodBase
{
- [System.Runtime.InteropServices.ComVisibleAttribute(true)]
public static readonly string ConstructorName;
- [System.Runtime.InteropServices.ComVisibleAttribute(true)]
public static readonly string TypeConstructorName;
protected ConstructorInfo() { }
- [System.Runtime.InteropServices.ComVisibleAttribute(true)]
public override System.Reflection.MemberTypes MemberType { get { throw null; } }
public override bool Equals(object obj) { throw null; }
public override int GetHashCode() { throw null; }
diff --git a/profiles/monotouch/mscorlib.cs b/profiles/monotouch/mscorlib.cs
index cc96ac4..49815aa 100644
--- a/profiles/monotouch/mscorlib.cs
+++ b/profiles/monotouch/mscorlib.cs
@@ -10766,18 +10766,12 @@ namespace System.Reflection
Standard = 1,
VarArgs = 2,
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(0))]
- [System.Runtime.InteropServices.ComDefaultInterfaceAttribute(typeof(System.Runtime.InteropServices._ConstructorInfo))]
- [System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public abstract partial class ConstructorInfo : System.Reflection.MethodBase
{
- [System.Runtime.InteropServices.ComVisibleAttribute(true)]
public static readonly string ConstructorName;
- [System.Runtime.InteropServices.ComVisibleAttribute(true)]
public static readonly string TypeConstructorName;
protected ConstructorInfo() { }
- [System.Runtime.InteropServices.ComVisibleAttribute(true)]
public override System.Reflection.MemberTypes MemberType { get { throw null; } }
public override bool Equals(object obj) { throw null; }
public override int GetHashCode() { throw null; }
diff --git a/profiles/net_4_x/mscorlib.cs b/profiles/net_4_x/mscorlib.cs
index 7349839..6fcda8b 100644
--- a/profiles/net_4_x/mscorlib.cs
+++ b/profiles/net_4_x/mscorlib.cs
@@ -10836,18 +10836,12 @@ namespace System.Reflection
Standard = 1,
VarArgs = 2,
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(0))]
- [System.Runtime.InteropServices.ComDefaultInterfaceAttribute(typeof(System.Runtime.InteropServices._ConstructorInfo))]
- [System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
- public abstract partial class ConstructorInfo : System.Reflection.MethodBase, System.Runtime.InteropServices._ConstructorInfo
+ public abstract partial class ConstructorInfo : System.Reflection.MethodBase
{
- [System.Runtime.InteropServices.ComVisibleAttribute(true)]
public static readonly string ConstructorName;
- [System.Runtime.InteropServices.ComVisibleAttribute(true)]
public static readonly string TypeConstructorName;
protected ConstructorInfo() { }
- [System.Runtime.InteropServices.ComVisibleAttribute(true)]
public override System.Reflection.MemberTypes MemberType { get { throw null; } }
public override bool Equals(object obj) { throw null; }
public override int GetHashCode() { throw null; }
@@ -10857,15 +10851,6 @@ namespace System.Reflection
public abstract object Invoke(System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, object[] parameters, System.Globalization.CultureInfo culture);
public static bool operator ==(System.Reflection.ConstructorInfo left, System.Reflection.ConstructorInfo right) { throw null; }
public static bool operator !=(System.Reflection.ConstructorInfo left, System.Reflection.ConstructorInfo right) { throw null; }
- void System.Runtime.InteropServices._ConstructorInfo.GetIDsOfNames([System.Runtime.InteropServices.In]ref System.Guid riid, System.IntPtr rgszNames, uint cNames, uint lcid, System.IntPtr rgDispId) { }
- System.Type System.Runtime.InteropServices._ConstructorInfo.GetType() { throw null; }
- void System.Runtime.InteropServices._ConstructorInfo.GetTypeInfo(uint iTInfo, uint lcid, System.IntPtr ppTInfo) { }
- void System.Runtime.InteropServices._ConstructorInfo.GetTypeInfoCount(out uint pcTInfo) { pcTInfo = default(uint); }
- void System.Runtime.InteropServices._ConstructorInfo.Invoke(uint dispIdMember, [System.Runtime.InteropServices.In]ref System.Guid riid, uint lcid, short wFlags, System.IntPtr pDispParams, System.IntPtr pVarResult, System.IntPtr pExcepInfo, System.IntPtr puArgErr) { }
- object System.Runtime.InteropServices._ConstructorInfo.Invoke_2(object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, object[] parameters, System.Globalization.CultureInfo culture) { throw null; }
- object System.Runtime.InteropServices._ConstructorInfo.Invoke_3(object obj, object[] parameters) { throw null; }
- object System.Runtime.InteropServices._ConstructorInfo.Invoke_4(System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, object[] parameters, System.Globalization.CultureInfo culture) { throw null; }
- object System.Runtime.InteropServices._ConstructorInfo.Invoke_5(object[] parameters) { throw null; }
}
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]