Welcome to MSDN Blogs Sign in | Join | Help

July 2005 - Posts

Publisher policy, redirection cross major/minor version, and using the latest version

We all know there are three types of binding policies: App config, publisher policy, and admin config. I’ll ignore admin config for this discussion. App config affects one application on multiple assemblies. Publisher policy affects one assembly for all
Posted by junfeng | 12 Comments
Filed under: ,

Enumerating CLR versions

The following is a sample from the developer who owns mscoree.dll. The sample prints out all the CLR versions installed in the machine. The code will be shipped in .Net framework SDK as a sample. // This is the function pointer definition for the shim
Posted by junfeng | 10 Comments

How do I know if console handle is redirected?

How do I know if console handle is redirected?
Posted by junfeng | 4 Comments
Filed under:

Domain Neutral Assemblies and AssemblyResolveEvent handler

Domain Neutral Assemblies and AssemblyResolveEvent handler
Posted by junfeng | 3 Comments
Filed under: ,

Assembly.Load() followed by Assembly.LoadFrom()?

Assembly.Load() takes an assembly display name as input, while Assembly.LoadFrom() takes a file path as input. Typically the application will only call one of them, but not one after the other. I have seen a few cases where people want to do an Assembly.Load().
Posted by junfeng | 11 Comments
Filed under: ,

Figure out the bitness of a process and the ProcessorArchicture of the system

Figure out the bitness of a process and the ProcessorArchicture of the system
Posted by junfeng | 7 Comments
Filed under:
 
Page view tracker