Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/reference-assemblies.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2017-11-09 02:08:28 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2017-11-09 05:56:45 +0300
commit19197b6ed520d78c45e15c88bfb0c0b9095635fc (patch)
treec3f047ae97c336a7a1eb17859eaeff36ac161d71 /src
parentc56ddc763e384ea52daac629d7e063297a0396fe (diff)
[v4.7.1] Move RuntimeInformation from assembly to facades
It is a facade now instead of a real assembly.
Diffstat (limited to 'src')
-rw-r--r--src/v4.7.1/Facades/System.Runtime.InteropServices.RuntimeInformation.cs18
-rw-r--r--src/v4.7.1/System.Runtime.InteropServices.RuntimeInformation.cs54
2 files changed, 18 insertions, 54 deletions
diff --git a/src/v4.7.1/Facades/System.Runtime.InteropServices.RuntimeInformation.cs b/src/v4.7.1/Facades/System.Runtime.InteropServices.RuntimeInformation.cs
new file mode 100644
index 0000000..4a74791
--- /dev/null
+++ b/src/v4.7.1/Facades/System.Runtime.InteropServices.RuntimeInformation.cs
@@ -0,0 +1,18 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
+
+[assembly:System.Reflection.AssemblyVersionAttribute("4.0.2.0")]
+[assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
+[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
+[assembly:System.Reflection.AssemblyDefaultAliasAttribute("System.Runtime.InteropServices.RuntimeInformation")]
+[assembly:System.Reflection.AssemblyDescriptionAttribute("System.Runtime.InteropServices.RuntimeInformation")]
+[assembly:System.Reflection.AssemblyFileVersionAttribute("4.7.2558.0")]
+[assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.7.2558.0")]
+[assembly:System.Reflection.AssemblyMetadataAttribute("", "")]
+[assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
+[assembly:System.Reflection.AssemblyTitleAttribute("System.Runtime.InteropServices.RuntimeInformation")]
+[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.Architecture))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.OSPlatform))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.RuntimeInformation))]
diff --git a/src/v4.7.1/System.Runtime.InteropServices.RuntimeInformation.cs b/src/v4.7.1/System.Runtime.InteropServices.RuntimeInformation.cs
deleted file mode 100644
index da4a3f1..0000000
--- a/src/v4.7.1/System.Runtime.InteropServices.RuntimeInformation.cs
+++ /dev/null
@@ -1,54 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
-[assembly:System.Reflection.AssemblyDefaultAliasAttribute("System.Runtime.InteropServices.RuntimeInformation.dll")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("System.Runtime.InteropServices.RuntimeInformation.dll")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("4.7.2046.0")]
-[assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.7.2046.0")]
-[assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
-[assembly:System.Reflection.AssemblyTitleAttribute("System.Runtime.InteropServices.RuntimeInformation.dll")]
-[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
-[assembly:System.Resources.SatelliteContractVersionAttribute("4.0.0.0")]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-[assembly:System.Security.SecurityCriticalAttribute]
-namespace System.Runtime.InteropServices
-{
- public enum Architecture
- {
- Arm = 2,
- Arm64 = 3,
- X64 = 1,
- X86 = 0,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct OSPlatform : System.IEquatable<System.Runtime.InteropServices.OSPlatform>
- {
- public static System.Runtime.InteropServices.OSPlatform Linux { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public static System.Runtime.InteropServices.OSPlatform OSX { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public static System.Runtime.InteropServices.OSPlatform Windows { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public static System.Runtime.InteropServices.OSPlatform Create(string osPlatform) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public bool Equals(System.Runtime.InteropServices.OSPlatform other) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(System.Runtime.InteropServices.OSPlatform left, System.Runtime.InteropServices.OSPlatform right) { throw null; }
- public static bool operator !=(System.Runtime.InteropServices.OSPlatform left, System.Runtime.InteropServices.OSPlatform right) { throw null; }
- public override string ToString() { throw null; }
- }
- public static partial class RuntimeInformation
- {
- public static string FrameworkDescription { get { throw null; } }
- public static System.Runtime.InteropServices.Architecture OSArchitecture { get { throw null; } }
- public static string OSDescription { get { throw null; } }
- public static System.Runtime.InteropServices.Architecture ProcessArchitecture { get { throw null; } }
- public static bool IsOSPlatform(System.Runtime.InteropServices.OSPlatform osPlatform) { throw null; }
- }
-}