Kien Alexander Nguyen
Kien Alexander Nguyen

Reputation: 85

How to detect change on persistent memory-mapped file in .Net core (C#)?

The title is the question it is.

Legend:

  1. Project A = .Net Core project

  2. Project B = Legacy C++ project

  3. MMF = Persistent Memory-mapped file

Detailed question description:

I currently working on (PROJECT A) which using [DllImport] to import native library which written on C++ to access the MMF.

I have another legacy application (PROJECT B) continuously updating that MMF.


What I want is, if there is some change in specific section of the MMF. We trigger the function in project A.


If you have any clue, please help. Thank you

Upvotes: 2

Views: 738

Answers (0)

Related Questions