What are the steps for making domain-neutral assemblies?

后端 未结 3 976
广开言路
广开言路 2021-02-04 19:45

...and can those steps also be applied to a 3rd party assembly (that might already be strong-named)?

The context for my question should not be important, but I\'ll share

3条回答
  •  Happy的楠姐
    2021-02-04 20:04

    Actually there is one tricky, undocumented, way to share data across domains, but it can cause runtime errors and whole application crash. Author don't recommend using it in real projects, so you can use MarshalByRef objects instead, to share log consumer. But you can share it using that tricks too.

    http://geekswithblogs.net/akraus1/archive/2012/07/25/150301.aspx

提交回复
热议问题