You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: xml/System/GC.xml
+2-2
Original file line number
Diff line number
Diff line change
@@ -200,7 +200,7 @@ The following example uses several GC methods to get generation and memory infor
200
200
201
201
## Remarks
202
202
203
-
If pinned is set to `true`, `T` must not be a reference type or a type that contains object references.
203
+
In .NET 7 and earlier versions: If pinned is set to `true`, `T` must not be a reference type or a type that contains object references.
204
204
205
205
]]></format>
206
206
</remarks>
@@ -255,7 +255,7 @@ If pinned is set to `true`, `T` must not be a reference type or a type that cont
255
255
256
256
## Remarks
257
257
258
-
If pinned is set to `true`, `T` must not be a reference type or a type that contains object references.
258
+
In .NET 7 and earlier versions: If pinned is set to `true`, `T` must not be a reference type or a type that contains object references.
259
259
260
260
Skipping zero-initialization is a security risk. The uninitialized array can contain invalid valuetype instances or sensitive information created by other parts of the application.
261
261
The code operating on uninitialized arrays should be heavily scrutinized to ensure that the uninitialized data is never read.
0 commit comments