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: Docs/Getting-Started.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,6 +85,7 @@ This means that you can e.g. have a pointer to a variable in another process.
85
85
*In addition, the following helper and utility classes are available:*
86
86
+**Pinnable<T>**: Class that allows for the pinning of unmanaged blittable types in memory for interop with unmanaged code.
87
87
+**PinnableDisposable<T>:** A `Pinnable` that automatically disposes the pinned object when disposed.
88
+
+**Blittable**: Utility class used for checking if .NET considers a type as blittable.
88
89
89
90
### Streams
90
91
+**BufferedStreamReader**: A custom unsafe BinaryReader operating over `Stream` classes tuned for performance supporting generics (structs), marshalling and buffering.
0 commit comments