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-02-08 06:23:08 +0300
committermonojenkins <jo.shields+jenkins@xamarin.com>2019-02-08 06:23:08 +0300
commit5fdeee75a5e1170067a322a5fd56c225db69b513 (patch)
tree8e6f6923a346c886b5555793de4888af956052cf
parentb5ab0878b257c27f34189d672caff2d6bc8b1f1b (diff)
Apply changes from https://github.com/mono/mono/pull/12805 to API snapshot
-rw-r--r--profiles/monodroid/mscorlib.cs13
-rw-r--r--profiles/monotouch/mscorlib.cs10
-rw-r--r--profiles/net_4_x/mscorlib.cs11
3 files changed, 20 insertions, 14 deletions
diff --git a/profiles/monodroid/mscorlib.cs b/profiles/monodroid/mscorlib.cs
index 8032967..c6f37ae 100644
--- a/profiles/monodroid/mscorlib.cs
+++ b/profiles/monodroid/mscorlib.cs
@@ -10545,11 +10545,11 @@ namespace System.Reflection
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial class Assembly : System.Reflection.ICustomAttributeProvider, System.Runtime.Serialization.ISerializable
{
- protected Assembly() { }
+ public Assembly() { }
public virtual string CodeBase { get { throw null; } }
public virtual System.Collections.Generic.IEnumerable<System.Reflection.CustomAttributeData> CustomAttributes { get { throw null; } }
public virtual System.Collections.Generic.IEnumerable<System.Reflection.TypeInfo> DefinedTypes { get { throw null; } }
- public virtual System.Reflection.MethodInfo EntryPoint { [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.InternalCall)]get { throw null; } }
+ public virtual System.Reflection.MethodInfo EntryPoint { get { throw null; } }
public virtual string EscapedCodeBase { get { throw null; } }
public virtual System.Security.Policy.Evidence Evidence { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, ControlEvidence=true)]get { throw null; } }
public virtual System.Collections.Generic.IEnumerable<System.Type> ExportedTypes { get { throw null; } }
@@ -10567,7 +10567,7 @@ namespace System.Reflection
public virtual System.Reflection.Module ManifestModule { get { throw null; } }
public virtual System.Collections.Generic.IEnumerable<System.Reflection.Module> Modules { get { throw null; } }
[System.Runtime.InteropServices.ComVisibleAttribute(false)]
- public virtual bool ReflectionOnly { [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.InternalCall)]get { throw null; } }
+ public virtual bool ReflectionOnly { get { throw null; } }
public virtual System.Security.SecurityRuleSet SecurityRuleSet { get { throw null; } }
public virtual event System.Reflection.ModuleResolveEventHandler ModuleResolve { add { } remove { } }
public object CreateInstance(string typeName) { throw null; }
@@ -10591,9 +10591,9 @@ namespace System.Reflection
[System.MonoTODOAttribute("Always returns the same as GetModules")]
public virtual System.Reflection.Module[] GetLoadedModules(bool getResourceModules) { throw null; }
public virtual System.Reflection.ManifestResourceInfo GetManifestResourceInfo(string resourceName) { throw null; }
- [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.InternalCall)]public virtual string[] GetManifestResourceNames() { throw null; }
+ public virtual string[] GetManifestResourceNames() { throw null; }
public virtual System.IO.Stream GetManifestResourceStream(string name) { throw null; }
- [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.NoInlining)]public virtual System.IO.Stream GetManifestResourceStream(System.Type type, string name) { throw null; }
+ public virtual System.IO.Stream GetManifestResourceStream(System.Type type, string name) { throw null; }
public virtual System.Reflection.Module GetModule(string name) { throw null; }
public System.Reflection.Module[] GetModules() { throw null; }
public virtual System.Reflection.Module[] GetModules(bool getResourceModules) { throw null; }
@@ -11853,6 +11853,8 @@ namespace System.Reflection.Emit
internal AssemblyBuilder() { }
public override string CodeBase { get { throw null; } }
public override System.Reflection.MethodInfo EntryPoint { get { throw null; } }
+ public override string EscapedCodeBase { get { throw null; } }
+ public override System.Security.Policy.Evidence Evidence { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, ControlEvidence=true)]get { throw null; } }
public override string FullName { get { throw null; } }
public override bool GlobalAssemblyCache { get { throw null; } }
public override string ImageRuntimeVersion { get { throw null; } }
@@ -11906,6 +11908,7 @@ namespace System.Reflection.Emit
public void SetCustomAttribute(System.Reflection.Emit.CustomAttributeBuilder customBuilder) { }
public void SetEntryPoint(System.Reflection.MethodInfo entryMethod) { }
public void SetEntryPoint(System.Reflection.MethodInfo entryMethod, System.Reflection.Emit.PEFileKinds fileKind) { }
+ public override string ToString() { throw null; }
}
[System.FlagsAttribute]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
diff --git a/profiles/monotouch/mscorlib.cs b/profiles/monotouch/mscorlib.cs
index e58697f..90a5cb9 100644
--- a/profiles/monotouch/mscorlib.cs
+++ b/profiles/monotouch/mscorlib.cs
@@ -10516,11 +10516,11 @@ namespace System.Reflection
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial class Assembly : System.Reflection.ICustomAttributeProvider, System.Runtime.Serialization.ISerializable
{
- protected Assembly() { }
+ public Assembly() { }
public virtual string CodeBase { get { throw null; } }
public virtual System.Collections.Generic.IEnumerable<System.Reflection.CustomAttributeData> CustomAttributes { get { throw null; } }
public virtual System.Collections.Generic.IEnumerable<System.Reflection.TypeInfo> DefinedTypes { get { throw null; } }
- public virtual System.Reflection.MethodInfo EntryPoint { [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.InternalCall)]get { throw null; } }
+ public virtual System.Reflection.MethodInfo EntryPoint { get { throw null; } }
public virtual string EscapedCodeBase { get { throw null; } }
public virtual System.Security.Policy.Evidence Evidence { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, ControlEvidence=true)]get { throw null; } }
public virtual System.Collections.Generic.IEnumerable<System.Type> ExportedTypes { get { throw null; } }
@@ -10538,7 +10538,7 @@ namespace System.Reflection
public virtual System.Reflection.Module ManifestModule { get { throw null; } }
public virtual System.Collections.Generic.IEnumerable<System.Reflection.Module> Modules { get { throw null; } }
[System.Runtime.InteropServices.ComVisibleAttribute(false)]
- public virtual bool ReflectionOnly { [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.InternalCall)]get { throw null; } }
+ public virtual bool ReflectionOnly { get { throw null; } }
public virtual System.Security.SecurityRuleSet SecurityRuleSet { get { throw null; } }
public virtual event System.Reflection.ModuleResolveEventHandler ModuleResolve { add { } remove { } }
public object CreateInstance(string typeName) { throw null; }
@@ -10562,9 +10562,9 @@ namespace System.Reflection
[System.MonoTODOAttribute("Always returns the same as GetModules")]
public virtual System.Reflection.Module[] GetLoadedModules(bool getResourceModules) { throw null; }
public virtual System.Reflection.ManifestResourceInfo GetManifestResourceInfo(string resourceName) { throw null; }
- [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.InternalCall)]public virtual string[] GetManifestResourceNames() { throw null; }
+ public virtual string[] GetManifestResourceNames() { throw null; }
public virtual System.IO.Stream GetManifestResourceStream(string name) { throw null; }
- [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.NoInlining)]public virtual System.IO.Stream GetManifestResourceStream(System.Type type, string name) { throw null; }
+ public virtual System.IO.Stream GetManifestResourceStream(System.Type type, string name) { throw null; }
public virtual System.Reflection.Module GetModule(string name) { throw null; }
public System.Reflection.Module[] GetModules() { throw null; }
public virtual System.Reflection.Module[] GetModules(bool getResourceModules) { throw null; }
diff --git a/profiles/net_4_x/mscorlib.cs b/profiles/net_4_x/mscorlib.cs
index c0e8ebd..d8f34dd 100644
--- a/profiles/net_4_x/mscorlib.cs
+++ b/profiles/net_4_x/mscorlib.cs
@@ -10577,7 +10577,7 @@ namespace System.Reflection
public virtual string CodeBase { get { throw null; } }
public virtual System.Collections.Generic.IEnumerable<System.Reflection.CustomAttributeData> CustomAttributes { get { throw null; } }
public virtual System.Collections.Generic.IEnumerable<System.Reflection.TypeInfo> DefinedTypes { get { throw null; } }
- public virtual System.Reflection.MethodInfo EntryPoint { [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.InternalCall)]get { throw null; } }
+ public virtual System.Reflection.MethodInfo EntryPoint { get { throw null; } }
public virtual string EscapedCodeBase { get { throw null; } }
public virtual System.Security.Policy.Evidence Evidence { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, ControlEvidence=true)]get { throw null; } }
public virtual System.Collections.Generic.IEnumerable<System.Type> ExportedTypes { get { throw null; } }
@@ -10596,7 +10596,7 @@ namespace System.Reflection
public virtual System.Collections.Generic.IEnumerable<System.Reflection.Module> Modules { get { throw null; } }
public virtual System.Security.PermissionSet PermissionSet { get { throw null; } }
[System.Runtime.InteropServices.ComVisibleAttribute(false)]
- public virtual bool ReflectionOnly { [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.InternalCall)]get { throw null; } }
+ public virtual bool ReflectionOnly { get { throw null; } }
public virtual System.Security.SecurityRuleSet SecurityRuleSet { get { throw null; } }
public virtual event System.Reflection.ModuleResolveEventHandler ModuleResolve { add { } remove { } }
public object CreateInstance(string typeName) { throw null; }
@@ -10620,9 +10620,9 @@ namespace System.Reflection
[System.MonoTODOAttribute("Always returns the same as GetModules")]
public virtual System.Reflection.Module[] GetLoadedModules(bool getResourceModules) { throw null; }
public virtual System.Reflection.ManifestResourceInfo GetManifestResourceInfo(string resourceName) { throw null; }
- [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.InternalCall)]public virtual string[] GetManifestResourceNames() { throw null; }
+ public virtual string[] GetManifestResourceNames() { throw null; }
public virtual System.IO.Stream GetManifestResourceStream(string name) { throw null; }
- [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.NoInlining)]public virtual System.IO.Stream GetManifestResourceStream(System.Type type, string name) { throw null; }
+ public virtual System.IO.Stream GetManifestResourceStream(System.Type type, string name) { throw null; }
public virtual System.Reflection.Module GetModule(string name) { throw null; }
public System.Reflection.Module[] GetModules() { throw null; }
public virtual System.Reflection.Module[] GetModules(bool getResourceModules) { throw null; }
@@ -11890,6 +11890,8 @@ namespace System.Reflection.Emit
internal AssemblyBuilder() { }
public override string CodeBase { get { throw null; } }
public override System.Reflection.MethodInfo EntryPoint { get { throw null; } }
+ public override string EscapedCodeBase { get { throw null; } }
+ public override System.Security.Policy.Evidence Evidence { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, ControlEvidence=true)]get { throw null; } }
public override string FullName { get { throw null; } }
public override bool GlobalAssemblyCache { get { throw null; } }
public override string ImageRuntimeVersion { get { throw null; } }
@@ -11947,6 +11949,7 @@ namespace System.Reflection.Emit
void System.Runtime.InteropServices._AssemblyBuilder.GetTypeInfo(uint iTInfo, uint lcid, System.IntPtr ppTInfo) { }
void System.Runtime.InteropServices._AssemblyBuilder.GetTypeInfoCount(out uint pcTInfo) { throw null; }
void System.Runtime.InteropServices._AssemblyBuilder.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) { }
+ public override string ToString() { throw null; }
}
[System.FlagsAttribute]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]