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.CompilerServices.VisualC.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <doc>
3   <assembly>
4     <name>System.Runtime.CompilerServices.VisualC</name>
5   </assembly>
6   <members>
7     <member name="T:System.Runtime.CompilerServices.CallConvCdecl">
8       <summary>Indicates that a method should use the <see langword="Cdecl" /> calling convention.</summary>
9     </member>
10     <member name="M:System.Runtime.CompilerServices.CallConvCdecl.#ctor">
11       <summary>Initializes a new instance of the <see cref="T:System.Runtime.CompilerServices.CallConvCdecl" /> class.</summary>
12     </member>
13     <member name="T:System.Runtime.CompilerServices.CallConvFastcall">
14       <summary>This calling convention is not supported in this version of the .NET Framework.</summary>
15     </member>
16     <member name="M:System.Runtime.CompilerServices.CallConvFastcall.#ctor">
17       <summary>Initializes a new instance of the <see cref="T:System.Runtime.CompilerServices.CallConvFastcall" /> class.</summary>
18     </member>
19     <member name="T:System.Runtime.CompilerServices.CallConvStdcall">
20       <summary>Indicates that a method should use the <see langword="StdCall" /> calling convention.</summary>
21     </member>
22     <member name="M:System.Runtime.CompilerServices.CallConvStdcall.#ctor">
23       <summary>Initializes a new instance of the <see cref="T:System.Runtime.CompilerServices.CallConvStdcall" /> class.</summary>
24     </member>
25     <member name="T:System.Runtime.CompilerServices.CallConvThiscall">
26       <summary>Indicates that a method should use the <see langword="ThisCall" /> calling convention.</summary>
27     </member>
28     <member name="M:System.Runtime.CompilerServices.CallConvThiscall.#ctor">
29       <summary>Initializes a new instance of the <see cref="T:System.Runtime.CompilerServices.CallConvThiscall" /> class.</summary>
30     </member>
31     <member name="T:System.Runtime.CompilerServices.CompilerMarshalOverride">
32       <summary>Indicates that the modified instance of a variable differs from its true type when marshaling. This class cannot be inherited.</summary>
33     </member>
34     <member name="T:System.Runtime.CompilerServices.HasCopySemanticsAttribute">
35       <summary>This class is not used in the .NET Framework version 2.0 and is reserved for future use. This class cannot be inherited.</summary>
36     </member>
37     <member name="M:System.Runtime.CompilerServices.HasCopySemanticsAttribute.#ctor">
38       <summary>Initializes a new instance of the <see cref="T:System.Runtime.CompilerServices.HasCopySemanticsAttribute" /> class.</summary>
39     </member>
40     <member name="T:System.Runtime.CompilerServices.IsBoxed">
41       <summary>Indicates that the modified reference type is a boxed value type. This class cannot be inherited.</summary>
42     </member>
43     <member name="T:System.Runtime.CompilerServices.IsByValue">
44       <summary>Indicates that a modified method argument should be interpreted as having object passed-by-value semantics. This modifier is applied to reference types.  This class cannot be inherited.</summary>
45     </member>
46     <member name="T:System.Runtime.CompilerServices.IsCopyConstructed">
47       <summary>Indicates that any copying of values of this type must use the copy constructor provided by the type.  This class cannot be inherited.</summary>
48     </member>
49     <member name="T:System.Runtime.CompilerServices.IsExplicitlyDereferenced">
50       <summary>Indicates that a managed pointer represents a pointer parameter within a method signature. This class cannot be inherited.</summary>
51     </member>
52     <member name="T:System.Runtime.CompilerServices.IsImplicitlyDereferenced">
53       <summary>Indicates that the modified garbage collection reference represents a reference parameter within a method signature. This class cannot be inherited.</summary>
54     </member>
55     <member name="T:System.Runtime.CompilerServices.IsJitIntrinsic">
56       <summary>Indicates that a modified method is an intrinsic value for which the just-in-time (JIT) compiler  can perform special code generation. This class cannot be inherited.</summary>
57     </member>
58     <member name="T:System.Runtime.CompilerServices.IsLong">
59       <summary>Indicates that a modified integer is a standard C++ <see langword="long" /> value. This class cannot be inherited.</summary>
60     </member>
61     <member name="T:System.Runtime.CompilerServices.IsPinned">
62       <summary>Indicates that a modified instance is pinned in memory. This class cannot be inherited.</summary>
63     </member>
64     <member name="T:System.Runtime.CompilerServices.IsSignUnspecifiedByte">
65       <summary>Indicates that a modifier is neither signed nor unsigned. This class cannot be inherited.</summary>
66     </member>
67     <member name="T:System.Runtime.CompilerServices.IsUdtReturn">
68       <summary>Indicates that a return type is a user-defined type. This class cannot be inherited.</summary>
69     </member>
70     <member name="T:System.Runtime.CompilerServices.NativeCppClassAttribute">
71       <summary>Applies metadata to an assembly that indicates that a type is an unmanaged type.  This class cannot be inherited.</summary>
72     </member>
73     <member name="M:System.Runtime.CompilerServices.NativeCppClassAttribute.#ctor">
74       <summary>Initializes a new instance of the <see cref="T:System.Runtime.CompilerServices.NativeCppClassAttribute" /> class.</summary>
75     </member>
76     <member name="T:System.Runtime.CompilerServices.RequiredAttributeAttribute">
77       <summary>Specifies that an importing compiler must fully understand the semantics of a type definition, or refuse to use it.  This class cannot be inherited.</summary>
78     </member>
79     <member name="M:System.Runtime.CompilerServices.RequiredAttributeAttribute.#ctor(System.Type)">
80       <summary>Initializes a new instance of the <see cref="T:System.Runtime.CompilerServices.RequiredAttributeAttribute" /> class.</summary>
81       <param name="requiredContract">A type that an importing compiler must fully understand.
82 This parameter is not supported in the .NET Framework version 2.0 and later.</param>
83     </member>
84     <member name="P:System.Runtime.CompilerServices.RequiredAttributeAttribute.RequiredContract">
85       <summary>Gets a type that an importing compiler must fully understand.</summary>
86       <returns>A type that an importing compiler must fully understand.</returns>
87     </member>
88     <member name="T:System.Runtime.CompilerServices.ScopelessEnumAttribute">
89       <summary>Indicates that a native enumeration is not qualified by the enumeration type name. This class cannot be inherited.</summary>
90     </member>
91     <member name="M:System.Runtime.CompilerServices.ScopelessEnumAttribute.#ctor">
92       <summary>Initializes a new instance of the <see cref="T:System.Runtime.CompilerServices.ScopelessEnumAttribute" /> class.</summary>
93     </member>
94   </members>
95 </doc>