I want to use server background GC for an application and i want to enable this from code. So is it possible to set the equivalent of
<configuration>
<runtime>
<gcServer enabled=”true”/>
</runtime>
</configuration>
from app.config, in code?