Is it possible to run .NET garbage collector from command line, e.g. without writing code?
Edit:
When asked this question, I meant exactly what asked here for Java garbage collector:
How to request JVM garbage collection (not from code) when run from Windows command-lineHow to request JVM garbage collection (not from code) when run from Windows command-line
So if there is a way to do this in JVM, see no reason it wouldn't exist in .NET