Revert "[TFM] Update TizenFX TFM to net6.0 (#5360)" (#5436)
[platform/core/csapi/tizenfx.git] / pkg / Tizen.NET.API11 / build / tizen11.0 / ref / System.Runtime.InteropServices.RuntimeInformation.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <doc>
3   <assembly>
4     <name>System.Runtime.InteropServices.RuntimeInformation</name>
5   </assembly>
6   <members>
7     <member name="T:System.Runtime.InteropServices.Architecture">
8       <summary>Indicates the processor architecture.</summary>
9     </member>
10     <member name="F:System.Runtime.InteropServices.Architecture.Arm">
11       <summary>A 32-bit ARM processor architecture.</summary>
12     </member>
13     <member name="F:System.Runtime.InteropServices.Architecture.Arm64">
14       <summary>A 64-bit ARM processor architecture.</summary>
15     </member>
16     <member name="F:System.Runtime.InteropServices.Architecture.X64">
17       <summary>An Intel-based 64-bit processor architecture.</summary>
18     </member>
19     <member name="F:System.Runtime.InteropServices.Architecture.X86">
20       <summary>An Intel-based 32-bit processor architecture.</summary>
21     </member>
22     <member name="T:System.Runtime.InteropServices.OSPlatform">
23       <summary>Represents an operating system platform.</summary>
24     </member>
25     <member name="M:System.Runtime.InteropServices.OSPlatform.Create(System.String)">
26       <summary>Creates a new <see cref="T:System.Runtime.InteropServices.OSPlatform" /> instance.</summary>
27       <param name="osPlatform">The name of the platform that this instance represents.</param>
28       <returns>An object that represents the <paramref name="osPlatform" /> operating system.</returns>
29       <exception cref="T:System.ArgumentException">
30         <paramref name="osPlatform" /> is an empty string.</exception>
31       <exception cref="T:System.ArgumentNullException">
32         <paramref name="osPlatform" /> is <see langword="null" />.</exception>
33     </member>
34     <member name="M:System.Runtime.InteropServices.OSPlatform.Equals(System.Object)">
35       <summary>Determines whether the current <see cref="T:System.Runtime.InteropServices.OSPlatform" /> instance is equal to the specified object.</summary>
36       <param name="obj">
37         <see langword="true" /> if <paramref name="obj" /> is a <see cref="T:System.Runtime.InteropServices.OSPlatform" /> instance and its name is the same as the current object; otherwise, <see langword="false" />.</param>
38       <returns>
39         <see langword="true" /> if <paramref name="obj" /> is a <see cref="T:System.Runtime.InteropServices.OSPlatform" /> instance and its name is the same as the current object.</returns>
40     </member>
41     <member name="M:System.Runtime.InteropServices.OSPlatform.Equals(System.Runtime.InteropServices.OSPlatform)">
42       <summary>Determines whether the current instance and the specified <see cref="T:System.Runtime.InteropServices.OSPlatform" /> instance are equal.</summary>
43       <param name="other">The object to compare with the current instance.</param>
44       <returns>
45         <see langword="true" /> if the current instance and <paramref name="other" /> are equal; otherwise, <see langword="false" />.</returns>
46     </member>
47     <member name="P:System.Runtime.InteropServices.OSPlatform.FreeBSD">
48       <summary>Gets an object that represents the FreeBSD operating system.</summary>
49       <returns>An object that represents the FreeBSD operating system.</returns>
50     </member>
51     <member name="M:System.Runtime.InteropServices.OSPlatform.GetHashCode">
52       <summary>Returns the hash code for this instance.</summary>
53       <returns>The hash code for this instance.</returns>
54     </member>
55     <member name="P:System.Runtime.InteropServices.OSPlatform.Linux">
56       <summary>Gets an object that represents the Linux operating system.</summary>
57       <returns>An object that represents the Linux operating system.</returns>
58     </member>
59     <member name="M:System.Runtime.InteropServices.OSPlatform.op_Equality(System.Runtime.InteropServices.OSPlatform,System.Runtime.InteropServices.OSPlatform)">
60       <summary>Determines whether two <see cref="T:System.Runtime.InteropServices.OSPlatform" /> objects are equal.</summary>
61       <param name="left">The first object to compare.</param>
62       <param name="right">The second object to compare.</param>
63       <returns>
64         <see langword="true" /> if <paramref name="left" /> and <paramref name="right" /> are equal; otherwise, <see langword="false" />.</returns>
65     </member>
66     <member name="M:System.Runtime.InteropServices.OSPlatform.op_Inequality(System.Runtime.InteropServices.OSPlatform,System.Runtime.InteropServices.OSPlatform)">
67       <summary>Determines whether two <see cref="T:System.Runtime.InteropServices.OSPlatform" /> instances are unequal.</summary>
68       <param name="left">The first object to compare.</param>
69       <param name="right">The second object to compare.</param>
70       <returns>
71         <see langword="true" /> if <paramref name="left" /> and <paramref name="right" /> are unequal; otherwise, <see langword="false" />.</returns>
72     </member>
73     <member name="P:System.Runtime.InteropServices.OSPlatform.OSX">
74       <summary>Gets an object that represents the OSX operating system.</summary>
75       <returns>An object that represents the OSX operating system.</returns>
76     </member>
77     <member name="M:System.Runtime.InteropServices.OSPlatform.ToString">
78       <summary>Returns the string representation of this <see cref="T:System.Runtime.InteropServices.OSPlatform" /> instance.</summary>
79       <returns>A string that represents this <see cref="T:System.Runtime.InteropServices.OSPlatform" /> instance.</returns>
80     </member>
81     <member name="P:System.Runtime.InteropServices.OSPlatform.Windows">
82       <summary>Gets an object that represents the Windows operating system.</summary>
83       <returns>An object that represents the Windows operating system.</returns>
84     </member>
85     <member name="T:System.Runtime.InteropServices.RuntimeInformation">
86       <summary>Provides information about the .NET runtime installation.</summary>
87     </member>
88     <member name="P:System.Runtime.InteropServices.RuntimeInformation.FrameworkDescription">
89       <summary>Returns a string that indicates the name of the .NET installation on which an app is running.</summary>
90       <returns>The name of the .NET installation on which the app is running.</returns>
91     </member>
92     <member name="M:System.Runtime.InteropServices.RuntimeInformation.IsOSPlatform(System.Runtime.InteropServices.OSPlatform)">
93       <summary>Indicates whether the current application is running on the specified platform.</summary>
94       <param name="osPlatform">A platform.</param>
95       <returns>
96         <see langword="true" /> if the current app is running on the specified platform; otherwise, <see langword="false" />.</returns>
97     </member>
98     <member name="P:System.Runtime.InteropServices.RuntimeInformation.OSArchitecture">
99       <summary>Gets the platform architecture on which the current app is running.</summary>
100       <returns>The platform architecture on which the current app is running.</returns>
101     </member>
102     <member name="P:System.Runtime.InteropServices.RuntimeInformation.OSDescription">
103       <summary>Gets a string that describes the operating system on which the app is running.</summary>
104       <returns>The description of the operating system on which the app is running.</returns>
105     </member>
106     <member name="P:System.Runtime.InteropServices.RuntimeInformation.ProcessArchitecture">
107       <summary>Gets the process architecture of the currently running app.</summary>
108       <returns>The process architecture of the currently running app.</returns>
109     </member>
110   </members>
111 </doc>