Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8401069
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T21:42:41+00:00 2026-06-09T21:42:41+00:00

In .NET 4.5 Environment.GetEnvironmentVariables() returns the environment variables as a non-generic Collections.IDictionary . Is

  • 0

In .NET 4.5 Environment.GetEnvironmentVariables() returns the environment variables as a non-generic Collections.IDictionary.

Is there any way to get the environment variables in F# as a generic collection?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T21:42:43+00:00Added an answer on June 9, 2026 at 9:42 pm

    I’m not sure whether .NET has any method that returns environment variables as a typed generic collection (the GetEnvironmentVariables method has been there since .NET 1.1 and so it is not generic). If you want to convert the result to a generic dictionary yourself, you can do something like this:

    let envVars = 
      System.Environment.GetEnvironmentVariables()
      |> Seq.cast<System.Collections.DictionaryEntry>
      |> Seq.map (fun d -> d.Key :?> string, d.Value :?> string)
      |> dict
    

    This first converts the result to a sequence of DictionaryEntry elements, then extracts key and value and casts them to a string and then builds IDictionary<string, string> using built-in dict function.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there any virable that gets the time of compilation in the .net environment
Is there any way to automatically handle cookies in .NET with the HttpWebRequest/HttpWebResponse objects?
What is the recommended way of allowing an ASP.NET application to know which environment
In an ASP.NET environment, what's the best way to play a mp3 file? Do
Is there any methods to reduce processor time usage for a non-main thread in
I work on windows and MacOS, I would like to get environment variables. How
Is there a library / framework available for use in a .NET environment that
I need to change thw environment variable Environment.GetEnvironmentVariable(TMP) for a Windows service in .NET
Given a .NET environment with Windows CE, can you persist thousands of records per
For an ASP.Net environment what permissions should the logging file created by NLog have

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.