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