Skip to content

Commit 922d02d

Browse files
authored
Added: Missing Description for Blittable Class
1 parent 0ac07e5 commit 922d02d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Docs/Getting-Started.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ This means that you can e.g. have a pointer to a variable in another process.
8585
*In addition, the following helper and utility classes are available:*
8686
+ **Pinnable<T>**: Class that allows for the pinning of unmanaged blittable types in memory for interop with unmanaged code.
8787
+ **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.
8889

8990
### Streams
9091
+ **BufferedStreamReader**: A custom unsafe BinaryReader operating over `Stream` classes tuned for performance supporting generics (structs), marshalling and buffering.

0 commit comments

Comments
 (0)