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 8144477
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T13:23:26+00:00 2026-06-06T13:23:26+00:00

Possible Duplicate: How can I conditionally compile my C# for Mono vs. Microsoft .NET?

  • 0

Possible Duplicate:
How can I conditionally compile my C# for Mono vs. Microsoft .NET?

I’m writing code in C# that uses .NET reflection fairly aggressively, including some features that aren’t yet available in Mono. The easy way for me to handle this is with a small number of conditionals:

 #if MONO
        ... stuff that works on mono ....
 #else
        ... stuff that works on .NET 4.0 but not (yet) on mono ...
 #endif

So here’s my question: are there any predefined flags I could test this way that either the Mono csharp compiler would have defined automatically, or if not, that the .NET csharp compiler predefines, that I can test this way?

It needs to be a compile-time test (I know how to determine the platform at runtime, but that would be too late)

  • 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-06T13:23:29+00:00Added an answer on June 6, 2026 at 1:23 pm

    Determining the platform at runtime is preferred thing to do. It’s not uncommon that program is compiled with Mono’s C# compiler and run on .NET (it’s even possible to run Mono’s C# compiler straight on .NET runtime).

    __MonoCS__ is intended for compiler workarounds only and should never be used to limit target platform.

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

Sidebar

Related Questions

Possible Duplicate: Can you write object oriented code in C? I am writing a
Possible Duplicate: Can you write object oriented code in C? I'm wondering if it's
Possible Duplicate: Can I use ASP.NET MVC together with regular ASP.NET Web forms Let's
Possible Duplicate: Can I retrieve an ipad unique device identifier that through Safari with
Possible Duplicate: Can I develop blackberry applications using C#.NET on windows7 can anybody give
Possible Duplicate: Can a recursive function be inline? I think that recursive function defined
Possible Duplicate: Can C# apps run without the .NET framework? How can I convert
Possible Duplicate: Can I run a .NET garbage collection from WinDbg? I'm debugging a
Possible Duplicate: Can I use .NET 4.0 beta in Visual Studio 2008? Hot can
Possible Duplicate: Can we change the device time using an application? is that possible

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.