justinstenning / SharedMemory

C# shared memory classes for sharing data between processes (Array, Buffer and Circular Buffer)
https://www.nuget.org/packages/SharedMemory
Other
566 stars 118 forks source link

Change so not using common framework class names #5

Closed justinstenning closed 8 years ago

justinstenning commented 8 years ago

A number of classes match existing framework class names, these should be changed.

Array -> SharedArray Buffer -> SharedBuffer