C # 32-bit programs access 64-bit registry

Source: Internet
Author: User

Connect to the above: http://www.cnblogs.com/TaiYangXiManYouZhe/p/5086974.html

On the code:

RegistryKey Localkey; if (environment.is64bitoperatingsystem)    = Registrykey.openbasekey (registryhive.localmachine, registryview.registry64); Else = Registrykey.openbasekey (registryhive.localmachine, registryview.registry32);     string value = Localkey.opensubkey (@ "software\microsoft\office\15.0\common\installroot "). GetValue ("Path"). ToString ();

Very simple, first of all, environment.is64bitoperatingsystem to determine whether it is a 64-bit operating system.

Then, when you open the directory through the registry, you pass in the appropriate Registryview enumeration. Note: When you open the registry, the Openbasekey method is called!

C # 32-bit programs access 64-bit registry

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.