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-11-30 19:43:27 +0300
committermonojenkins <jo.shields+jenkins@xamarin.com>2018-11-30 19:43:27 +0300
commit1bd181b16daf273ee6cde87f4c73c0192e6efa30 (patch)
tree132bf44566cd3c3588e53486e866bea401ba782e /profiles
parentafe9c87a33844d92db077a77a5c2b91a06df8645 (diff)
Apply changes from https://github.com/mono/mono/pull/11837 to API snapshot
Diffstat (limited to 'profiles')
-rw-r--r--profiles/monodroid/mscorlib.cs30
-rw-r--r--profiles/monotouch/mscorlib.cs30
-rw-r--r--profiles/net_4_x/mscorlib.cs30
3 files changed, 6 insertions, 84 deletions
diff --git a/profiles/monodroid/mscorlib.cs b/profiles/monodroid/mscorlib.cs
index e86059b..71022f2 100644
--- a/profiles/monodroid/mscorlib.cs
+++ b/profiles/monodroid/mscorlib.cs
@@ -11226,12 +11226,7 @@ namespace System.Reflection
Virtual = 64,
VtableLayoutMask = 256,
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.None)]
- [System.Runtime.InteropServices.ComDefaultInterfaceAttribute(typeof(System.Runtime.InteropServices._MethodBase))]
- [System.Runtime.InteropServices.ComVisibleAttribute(true)]
- [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
- [System.SerializableAttribute]
- public abstract partial class MethodBase : System.Reflection.MemberInfo, System.Runtime.InteropServices._MethodBase
+ public abstract partial class MethodBase : System.Reflection.MemberInfo
{
protected MethodBase() { }
public abstract System.Reflection.MethodAttributes Attributes { get; }
@@ -11239,7 +11234,7 @@ namespace System.Reflection
public virtual bool ContainsGenericParameters { get { throw null; } }
public bool IsAbstract { get { throw null; } }
public bool IsAssembly { get { throw null; } }
- [System.Runtime.InteropServices.ComVisibleAttribute(true)]
+ public virtual bool IsConstructedGenericMethod { get { throw null; } }
public bool IsConstructor { get { throw null; } }
public bool IsFamily { get { throw null; } }
public bool IsFamilyAndAssembly { get { throw null; } }
@@ -11258,26 +11253,10 @@ namespace System.Reflection
public bool IsVirtual { get { throw null; } }
public abstract System.RuntimeMethodHandle MethodHandle { get; }
public virtual System.Reflection.MethodImplAttributes MethodImplementationFlags { get { throw null; } }
- bool System.Runtime.InteropServices._MethodBase.IsAbstract { get { throw null; } }
- bool System.Runtime.InteropServices._MethodBase.IsAssembly { get { throw null; } }
- bool System.Runtime.InteropServices._MethodBase.IsConstructor { get { throw null; } }
- bool System.Runtime.InteropServices._MethodBase.IsFamily { get { throw null; } }
- bool System.Runtime.InteropServices._MethodBase.IsFamilyAndAssembly { get { throw null; } }
- bool System.Runtime.InteropServices._MethodBase.IsFamilyOrAssembly { get { throw null; } }
- bool System.Runtime.InteropServices._MethodBase.IsFinal { get { throw null; } }
- bool System.Runtime.InteropServices._MethodBase.IsHideBySig { get { throw null; } }
- bool System.Runtime.InteropServices._MethodBase.IsPrivate { get { throw null; } }
- bool System.Runtime.InteropServices._MethodBase.IsPublic { get { throw null; } }
- bool System.Runtime.InteropServices._MethodBase.IsSpecialName { get { throw null; } }
- bool System.Runtime.InteropServices._MethodBase.IsStatic { get { throw null; } }
- bool System.Runtime.InteropServices._MethodBase.IsVirtual { get { throw null; } }
public override bool Equals(object obj) { throw null; }
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.InternalCall)]public static System.Reflection.MethodBase GetCurrentMethod() { throw null; }
- [System.Runtime.InteropServices.ComVisibleAttribute(true)]
public virtual System.Type[] GetGenericArguments() { throw null; }
public override int GetHashCode() { throw null; }
- [System.Security.SecuritySafeCriticalAttribute]
- [System.Security.Permissions.ReflectionPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=System.Security.Permissions.ReflectionPermissionFlag.MemberAccess)]
public virtual System.Reflection.MethodBody GetMethodBody() { throw null; }
public static System.Reflection.MethodBase GetMethodFromHandle(System.RuntimeMethodHandle handle) { throw null; }
[System.Runtime.InteropServices.ComVisibleAttribute(false)]
@@ -11290,11 +11269,6 @@ namespace System.Reflection
public abstract object Invoke(object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, object[] parameters, System.Globalization.CultureInfo culture);
public static bool operator ==(System.Reflection.MethodBase left, System.Reflection.MethodBase right) { throw null; }
public static bool operator !=(System.Reflection.MethodBase left, System.Reflection.MethodBase right) { throw null; }
- void System.Runtime.InteropServices._MethodBase.GetIDsOfNames([System.Runtime.InteropServices.In]ref System.Guid riid, System.IntPtr rgszNames, uint cNames, uint lcid, System.IntPtr rgDispId) { }
- System.Type System.Runtime.InteropServices._MethodBase.GetType() { throw null; }
- void System.Runtime.InteropServices._MethodBase.GetTypeInfo(uint iTInfo, uint lcid, System.IntPtr ppTInfo) { }
- void System.Runtime.InteropServices._MethodBase.GetTypeInfoCount(out uint pcTInfo) { throw null; }
- void System.Runtime.InteropServices._MethodBase.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) { }
}
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class MethodBody
diff --git a/profiles/monotouch/mscorlib.cs b/profiles/monotouch/mscorlib.cs
index ff843a7..2d1f433 100644
--- a/profiles/monotouch/mscorlib.cs
+++ b/profiles/monotouch/mscorlib.cs
@@ -11197,12 +11197,7 @@ namespace System.Reflection
Virtual = 64,
VtableLayoutMask = 256,
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.None)]
- [System.Runtime.InteropServices.ComDefaultInterfaceAttribute(typeof(System.Runtime.InteropServices._MethodBase))]
- [System.Runtime.InteropServices.ComVisibleAttribute(true)]
- [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
- [System.SerializableAttribute]
- public abstract partial class MethodBase : System.Reflection.MemberInfo, System.Runtime.InteropServices._MethodBase
+ public abstract partial class MethodBase : System.Reflection.MemberInfo
{
protected MethodBase() { }
public abstract System.Reflection.MethodAttributes Attributes { get; }
@@ -11210,7 +11205,7 @@ namespace System.Reflection
public virtual bool ContainsGenericParameters { get { throw null; } }
public bool IsAbstract { get { throw null; } }
public bool IsAssembly { get { throw null; } }
- [System.Runtime.InteropServices.ComVisibleAttribute(true)]
+ public virtual bool IsConstructedGenericMethod { get { throw null; } }
public bool IsConstructor { get { throw null; } }
public bool IsFamily { get { throw null; } }
public bool IsFamilyAndAssembly { get { throw null; } }
@@ -11229,26 +11224,10 @@ namespace System.Reflection
public bool IsVirtual { get { throw null; } }
public abstract System.RuntimeMethodHandle MethodHandle { get; }
public virtual System.Reflection.MethodImplAttributes MethodImplementationFlags { get { throw null; } }
- bool System.Runtime.InteropServices._MethodBase.IsAbstract { get { throw null; } }
- bool System.Runtime.InteropServices._MethodBase.IsAssembly { get { throw null; } }
- bool System.Runtime.InteropServices._MethodBase.IsConstructor { get { throw null; } }
- bool System.Runtime.InteropServices._MethodBase.IsFamily { get { throw null; } }
- bool System.Runtime.InteropServices._MethodBase.IsFamilyAndAssembly { get { throw null; } }
- bool System.Runtime.InteropServices._MethodBase.IsFamilyOrAssembly { get { throw null; } }
- bool System.Runtime.InteropServices._MethodBase.IsFinal { get { throw null; } }
- bool System.Runtime.InteropServices._MethodBase.IsHideBySig { get { throw null; } }
- bool System.Runtime.InteropServices._MethodBase.IsPrivate { get { throw null; } }
- bool System.Runtime.InteropServices._MethodBase.IsPublic { get { throw null; } }
- bool System.Runtime.InteropServices._MethodBase.IsSpecialName { get { throw null; } }
- bool System.Runtime.InteropServices._MethodBase.IsStatic { get { throw null; } }
- bool System.Runtime.InteropServices._MethodBase.IsVirtual { get { throw null; } }
public override bool Equals(object obj) { throw null; }
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.InternalCall)]public static System.Reflection.MethodBase GetCurrentMethod() { throw null; }
- [System.Runtime.InteropServices.ComVisibleAttribute(true)]
public virtual System.Type[] GetGenericArguments() { throw null; }
public override int GetHashCode() { throw null; }
- [System.Security.SecuritySafeCriticalAttribute]
- [System.Security.Permissions.ReflectionPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=System.Security.Permissions.ReflectionPermissionFlag.MemberAccess)]
public virtual System.Reflection.MethodBody GetMethodBody() { throw null; }
public static System.Reflection.MethodBase GetMethodFromHandle(System.RuntimeMethodHandle handle) { throw null; }
[System.Runtime.InteropServices.ComVisibleAttribute(false)]
@@ -11261,11 +11240,6 @@ namespace System.Reflection
public abstract object Invoke(object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, object[] parameters, System.Globalization.CultureInfo culture);
public static bool operator ==(System.Reflection.MethodBase left, System.Reflection.MethodBase right) { throw null; }
public static bool operator !=(System.Reflection.MethodBase left, System.Reflection.MethodBase right) { throw null; }
- void System.Runtime.InteropServices._MethodBase.GetIDsOfNames([System.Runtime.InteropServices.In]ref System.Guid riid, System.IntPtr rgszNames, uint cNames, uint lcid, System.IntPtr rgDispId) { }
- System.Type System.Runtime.InteropServices._MethodBase.GetType() { throw null; }
- void System.Runtime.InteropServices._MethodBase.GetTypeInfo(uint iTInfo, uint lcid, System.IntPtr ppTInfo) { }
- void System.Runtime.InteropServices._MethodBase.GetTypeInfoCount(out uint pcTInfo) { throw null; }
- void System.Runtime.InteropServices._MethodBase.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) { }
}
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class MethodBody
diff --git a/profiles/net_4_x/mscorlib.cs b/profiles/net_4_x/mscorlib.cs
index deaaa48..0c33243 100644
--- a/profiles/net_4_x/mscorlib.cs
+++ b/profiles/net_4_x/mscorlib.cs
@@ -11267,12 +11267,7 @@ namespace System.Reflection
Virtual = 64,
VtableLayoutMask = 256,
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.None)]
- [System.Runtime.InteropServices.ComDefaultInterfaceAttribute(typeof(System.Runtime.InteropServices._MethodBase))]
- [System.Runtime.InteropServices.ComVisibleAttribute(true)]
- [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
- [System.SerializableAttribute]
- public abstract partial class MethodBase : System.Reflection.MemberInfo, System.Runtime.InteropServices._MethodBase
+ public abstract partial class MethodBase : System.Reflection.MemberInfo
{
protected MethodBase() { }
public abstract System.Reflection.MethodAttributes Attributes { get; }
@@ -11280,7 +11275,7 @@ namespace System.Reflection
public virtual bool ContainsGenericParameters { get { throw null; } }
public bool IsAbstract { get { throw null; } }
public bool IsAssembly { get { throw null; } }
- [System.Runtime.InteropServices.ComVisibleAttribute(true)]
+ public virtual bool IsConstructedGenericMethod { get { throw null; } }
public bool IsConstructor { get { throw null; } }
public bool IsFamily { get { throw null; } }
public bool IsFamilyAndAssembly { get { throw null; } }
@@ -11299,26 +11294,10 @@ namespace System.Reflection
public bool IsVirtual { get { throw null; } }
public abstract System.RuntimeMethodHandle MethodHandle { get; }
public virtual System.Reflection.MethodImplAttributes MethodImplementationFlags { get { throw null; } }
- bool System.Runtime.InteropServices._MethodBase.IsAbstract { get { throw null; } }
- bool System.Runtime.InteropServices._MethodBase.IsAssembly { get { throw null; } }
- bool System.Runtime.InteropServices._MethodBase.IsConstructor { get { throw null; } }
- bool System.Runtime.InteropServices._MethodBase.IsFamily { get { throw null; } }
- bool System.Runtime.InteropServices._MethodBase.IsFamilyAndAssembly { get { throw null; } }
- bool System.Runtime.InteropServices._MethodBase.IsFamilyOrAssembly { get { throw null; } }
- bool System.Runtime.InteropServices._MethodBase.IsFinal { get { throw null; } }
- bool System.Runtime.InteropServices._MethodBase.IsHideBySig { get { throw null; } }
- bool System.Runtime.InteropServices._MethodBase.IsPrivate { get { throw null; } }
- bool System.Runtime.InteropServices._MethodBase.IsPublic { get { throw null; } }
- bool System.Runtime.InteropServices._MethodBase.IsSpecialName { get { throw null; } }
- bool System.Runtime.InteropServices._MethodBase.IsStatic { get { throw null; } }
- bool System.Runtime.InteropServices._MethodBase.IsVirtual { get { throw null; } }
public override bool Equals(object obj) { throw null; }
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.InternalCall)]public static System.Reflection.MethodBase GetCurrentMethod() { throw null; }
- [System.Runtime.InteropServices.ComVisibleAttribute(true)]
public virtual System.Type[] GetGenericArguments() { throw null; }
public override int GetHashCode() { throw null; }
- [System.Security.SecuritySafeCriticalAttribute]
- [System.Security.Permissions.ReflectionPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=System.Security.Permissions.ReflectionPermissionFlag.MemberAccess)]
public virtual System.Reflection.MethodBody GetMethodBody() { throw null; }
public static System.Reflection.MethodBase GetMethodFromHandle(System.RuntimeMethodHandle handle) { throw null; }
[System.Runtime.InteropServices.ComVisibleAttribute(false)]
@@ -11331,11 +11310,6 @@ namespace System.Reflection
public abstract object Invoke(object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, object[] parameters, System.Globalization.CultureInfo culture);
public static bool operator ==(System.Reflection.MethodBase left, System.Reflection.MethodBase right) { throw null; }
public static bool operator !=(System.Reflection.MethodBase left, System.Reflection.MethodBase right) { throw null; }
- void System.Runtime.InteropServices._MethodBase.GetIDsOfNames([System.Runtime.InteropServices.In]ref System.Guid riid, System.IntPtr rgszNames, uint cNames, uint lcid, System.IntPtr rgDispId) { }
- System.Type System.Runtime.InteropServices._MethodBase.GetType() { throw null; }
- void System.Runtime.InteropServices._MethodBase.GetTypeInfo(uint iTInfo, uint lcid, System.IntPtr ppTInfo) { }
- void System.Runtime.InteropServices._MethodBase.GetTypeInfoCount(out uint pcTInfo) { throw null; }
- void System.Runtime.InteropServices._MethodBase.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) { }
}
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class MethodBody