-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I'm not sure if any documentation exists. |
Beta Was this translation helpful? Give feedback.
-
@dgrunwald thanks for the quick answer. I now have a few sources of information and some implementations. This is the class you're referring to: These are two source code files I can look at as well as the implementation in ILSpy: I will also dig into the source code for Mono and see if there is an implementation of the same there. |
Beta Was this translation helpful? Give feedback.
I'm not sure if any documentation exists.
The class System.Resources.ResourceReader implements the logic to read these files. ILSpy uses its own modified copy of this logic to avoid the security issues with deserialization.